TAGLIA (size), the group could be "EU Sizes" with dimensions like S, M, L. If the dimension type is COLORE (color), the group might be "Pastel Palette" or "Uniposca Palette."dimension_type: The type of dimension (e.g., size, color). It is defined at the start of the project by Sinesy and the client. Example values could include TAGLIA, COLORE, LUNGHEZZA.dimension_group: The group identifier, such as "EU Sizes" or "Pastel Palette."description_it: Description of the dimension group in Italian.description_en: Description of the dimension group in English.dimension_type must be predefined by the client or by Sinesy at the start of the project.dimension_group must not already exist in the system.prog_id and dimension_group.{
"dimensionGroup": {
"prog_id": 1000120,
"dimension_group": "123"
}
}dimension_type does not exist in the system, the following error will be returned:{
"message": "dimension_type with {dimension_type} not found"
}dimension_group already exists, the following error will be returned:{
"message": "dimension_group with {dimension_group} already exists"
}