PATCH api/Item/UpdateItemsCustomProperties
Request Information
URI Parameters
None.
Body Parameters
ItemsCustProperties| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemCustProperties | Collection of ItemCustProperties |
None. |
Request Formats
application/xml, text/xml
Sample:
<ItemsCustProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ItemCustProperties>
<ItemID>sample string 1</ItemID>
<CustProperties>
<CustProperty>
<PropertyID>sample string 1</PropertyID>
<PropertyValue>sample string 2</PropertyValue>
<PropertyType>sample string 3</PropertyType>
<InsUpdDate>2025-12-18T22:52:46.7908021+01:00</InsUpdDate>
</CustProperty>
<CustProperty>
<PropertyID>sample string 1</PropertyID>
<PropertyValue>sample string 2</PropertyValue>
<PropertyType>sample string 3</PropertyType>
<InsUpdDate>2025-12-18T22:52:46.7908021+01:00</InsUpdDate>
</CustProperty>
</CustProperties>
</ItemCustProperties>
<ItemCustProperties>
<ItemID>sample string 1</ItemID>
<CustProperties>
<CustProperty>
<PropertyID>sample string 1</PropertyID>
<PropertyValue>sample string 2</PropertyValue>
<PropertyType>sample string 3</PropertyType>
<InsUpdDate>2025-12-18T22:52:46.7908021+01:00</InsUpdDate>
</CustProperty>
<CustProperty>
<PropertyID>sample string 1</PropertyID>
<PropertyValue>sample string 2</PropertyValue>
<PropertyType>sample string 3</PropertyType>
<InsUpdDate>2025-12-18T22:52:46.7908021+01:00</InsUpdDate>
</CustProperty>
</CustProperties>
</ItemCustProperties>
</ItemsCustProperties>
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>