PATCH api/Item/UpdateItemsNutritionValues
Request Information
URI Parameters
None.
Body Parameters
ItemsNutritionValues| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemNutritionValues | Collection of ItemNutritionValues |
None. |
Request Formats
application/xml, text/xml
Sample:
<ItemsNutritionValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ItemNutritionValues>
<ItemID>sample string 1</ItemID>
<NutritionValues>
<NutritionValue>
<PropertyID>sample string 1</PropertyID>
<PropertyName>sample string 2</PropertyName>
<PropertyValue>1</PropertyValue>
<PropertyUOM>sample string 3</PropertyUOM>
<IsActive>sample string 4</IsActive>
<InsUpdDate>2025-12-18T22:46:48.370701+01:00</InsUpdDate>
</NutritionValue>
<NutritionValue>
<PropertyID>sample string 1</PropertyID>
<PropertyName>sample string 2</PropertyName>
<PropertyValue>1</PropertyValue>
<PropertyUOM>sample string 3</PropertyUOM>
<IsActive>sample string 4</IsActive>
<InsUpdDate>2025-12-18T22:46:48.370701+01:00</InsUpdDate>
</NutritionValue>
</NutritionValues>
</ItemNutritionValues>
<ItemNutritionValues>
<ItemID>sample string 1</ItemID>
<NutritionValues>
<NutritionValue>
<PropertyID>sample string 1</PropertyID>
<PropertyName>sample string 2</PropertyName>
<PropertyValue>1</PropertyValue>
<PropertyUOM>sample string 3</PropertyUOM>
<IsActive>sample string 4</IsActive>
<InsUpdDate>2025-12-18T22:46:48.370701+01:00</InsUpdDate>
</NutritionValue>
<NutritionValue>
<PropertyID>sample string 1</PropertyID>
<PropertyName>sample string 2</PropertyName>
<PropertyValue>1</PropertyValue>
<PropertyUOM>sample string 3</PropertyUOM>
<IsActive>sample string 4</IsActive>
<InsUpdDate>2025-12-18T22:46:48.370701+01:00</InsUpdDate>
</NutritionValue>
</NutritionValues>
</ItemNutritionValues>
</ItemsNutritionValues>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | ExternalResultCode |
None. |
|
| Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<UpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ResultCode>None</ResultCode>
<Errors>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
</Errors>
</UpdateResult>