ITEM_CODE of the product, the DIMENSION_TYPE of the dimension to be added, and provide dimension_group and dimension_level in the request body.ITEM_CODE and DIMENSION_TYPE must be provided as path parameters.dimension_group should exist in the 4ws.suite platform; otherwise, the API returns a 404 error.POST request with the specified ITEM_CODE and DIMENSION_TYPE, along with dimension_group and dimension_level in the request body.prog_id of the newly created dimension.{
"dimension": {
"prog_id": 542864
}
}dimension_group and dimension_level already exists for the product, the API returns an error message indicating a unique constraint violation.{
"message": "Unique constraint error"
}dimension_group does not exist in the 4ws.suite platform, the API returns a 404 error.{
"message": "Dimension group not found"
}