Update Nutrient Set
post
/config/sim/v2/menuItems/updateNutrientSets
Updates an existing nutrient set
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Nutrient set update request body.
Root Schema : schema
Type:
Show Source
object
-
hierUnitId(required):
integer
Unique reference of the hierarchy unit. Only Enterprise hierarchy is allowed.Example:
3599
-
name(required):
object name
Name of the Nutrient Set
-
objectNum(required):
integer
Object number of the nutrient set.Example:
10
Nested Schema : name
Type:
object
Name of the Nutrient Set
Example:
{
"1":"Entp",
"2":"Untm",
"3":"Emp"
}
Response
Supported Media Types
- application/json
200 Response
Nutrient Set updated.