POST api/Item/UpdateItem
Update an item according to the values in the Item parameter
Request Information
URI Parameters
None.
Body Parameters
Item| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LocationNumber | string |
None. |
|
| LocationName | string |
None. |
|
| DispatchLocationNumber | integer |
None. |
|
| DispatchLocationName | string |
None. |
|
| WareHouseNumber | integer |
None. |
|
| WareHouseName | string |
None. |
|
| RackNumber | integer |
None. |
|
| WidthNumber | integer |
None. |
|
| HeightNumber | integer |
None. |
|
| ProdNumber | string |
None. |
|
| ProdName | string |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| SalesOrderLineId | globally unique identifier |
None. |
|
| SSCCNumber | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PangId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| GrossWeight | decimal number |
None. |
|
| PackingTypeId | globally unique identifier |
None. |
|
| PackingTypeName | string |
None. |
|
| PackingTypeCode | string |
None. |
|
| PackingTypeWeight | decimal number |
None. |
|
| CanSplit | boolean |
None. |
|
| IsPicked | boolean |
None. |
|
| IsDelivered | boolean |
None. |
|
| IsUnfinished | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| RestrictedLevel | integer |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| TemperatureControlled | integer |
None. |
|
| TemperatureControlledDescription | string |
None. |
|
| ParentItemId | globally unique identifier |
None. |
|
| IsCampaignItem | boolean |
None. |
|
| HasChildren | boolean |
None. |
|
| ProductionDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "575b8494-365f-4387-983b-e2e027fb8d20",
"OwnerId": "cef1c0ea-3473-4eeb-a61f-b4e2fa496c1c",
"CustomerId": "28aba732-fd6f-466c-a199-3dffbe636049",
"DispatchLocationId": "f4ab0f41-603a-4153-a929-dafe2f73a828",
"LocationId": "f1ed206a-0b6f-4fa6-a2cc-dc59f87f68a1",
"LocationNumber": "sample string 6",
"LocationName": "sample string 7",
"DispatchLocationNumber": 8,
"DispatchLocationName": "sample string 9",
"WareHouseNumber": 10,
"WareHouseName": "sample string 11",
"RackNumber": 12,
"WidthNumber": 13,
"HeightNumber": 14,
"ProdNumber": "sample string 15",
"ProdName": "sample string 16",
"SalesOrderId": "3f81d5f4-84a3-415d-a638-e2bb87ca1446",
"SalesOrderLineId": "a9b050ad-e050-4a4b-9a8f-b43fcd720058",
"SSCCNumber": "sample string 19",
"ProductId": "ab230bde-5a89-45ef-8a4e-a16b270c86a2",
"PangId": "120cc286-c981-4a95-847d-64201037c7af",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "a3a5c1cc-7447-4a82-aa9c-58230ae9d30c",
"PackingTypeName": "sample string 26",
"PackingTypeCode": "sample string 27",
"PackingTypeWeight": 28.0,
"CanSplit": true,
"IsPicked": true,
"IsDelivered": true,
"IsUnfinished": true,
"Deleted": true,
"RestrictedLevel": 34,
"BatchNumber": "sample string 35",
"BestBefore": "2026-08-24T14:37:04.9050335+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "063724fe-b30f-441b-9e63-42412a35a820",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:37:04.9050335+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Item
Item| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LocationNumber | string |
None. |
|
| LocationName | string |
None. |
|
| DispatchLocationNumber | integer |
None. |
|
| DispatchLocationName | string |
None. |
|
| WareHouseNumber | integer |
None. |
|
| WareHouseName | string |
None. |
|
| RackNumber | integer |
None. |
|
| WidthNumber | integer |
None. |
|
| HeightNumber | integer |
None. |
|
| ProdNumber | string |
None. |
|
| ProdName | string |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| SalesOrderLineId | globally unique identifier |
None. |
|
| SSCCNumber | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PangId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| GrossWeight | decimal number |
None. |
|
| PackingTypeId | globally unique identifier |
None. |
|
| PackingTypeName | string |
None. |
|
| PackingTypeCode | string |
None. |
|
| PackingTypeWeight | decimal number |
None. |
|
| CanSplit | boolean |
None. |
|
| IsPicked | boolean |
None. |
|
| IsDelivered | boolean |
None. |
|
| IsUnfinished | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| RestrictedLevel | integer |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| TemperatureControlled | integer |
None. |
|
| TemperatureControlledDescription | string |
None. |
|
| ParentItemId | globally unique identifier |
None. |
|
| IsCampaignItem | boolean |
None. |
|
| HasChildren | boolean |
None. |
|
| ProductionDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "195a11e4-0447-4d08-a888-fb6225642d31",
"OwnerId": "c00776e2-64f7-44a4-967e-e3eaf204c63d",
"CustomerId": "311b7e52-af30-4faa-bcc0-1259b8e9f45f",
"DispatchLocationId": "b5c78ed8-4539-4800-9f84-e9a53cb59974",
"LocationId": "1989a9c3-bb01-4006-a64b-11faf4f3b703",
"LocationNumber": "sample string 6",
"LocationName": "sample string 7",
"DispatchLocationNumber": 8,
"DispatchLocationName": "sample string 9",
"WareHouseNumber": 10,
"WareHouseName": "sample string 11",
"RackNumber": 12,
"WidthNumber": 13,
"HeightNumber": 14,
"ProdNumber": "sample string 15",
"ProdName": "sample string 16",
"SalesOrderId": "9b733da6-9522-4dd5-a3f3-0dd7344932e4",
"SalesOrderLineId": "04cd4fa9-05a8-4535-935a-adcf55594319",
"SSCCNumber": "sample string 19",
"ProductId": "b4829a39-90db-4dcf-b3e4-ef36102d6962",
"PangId": "7fd66159-a2e3-43c7-9829-d7a50615cdc0",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "8da87c43-644c-4c53-b4d9-1ff22ed9c0d3",
"PackingTypeName": "sample string 26",
"PackingTypeCode": "sample string 27",
"PackingTypeWeight": 28.0,
"CanSplit": true,
"IsPicked": true,
"IsDelivered": true,
"IsUnfinished": true,
"Deleted": true,
"RestrictedLevel": 34,
"BatchNumber": "sample string 35",
"BestBefore": "2026-08-24T14:37:04.9050335+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "964147f7-a8d6-4a60-9167-e5b79919cfb7",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:37:04.9050335+02:00"
}