POST api/Item/AddNewPickItem
Add a new pick item according to supplied parameters
Request Information
URI Parameters
None.
Body Parameters
NewPickItemParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| TPakPackagingTypeId | globally unique identifier |
None. |
|
| DigitInSequenceSSCC | integer |
None. |
|
| PrefixSSCC | string |
None. |
|
| PostfixSSCC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OwnerId": "9d0e665b-010c-4418-8436-1325d0c23264",
"CustomerId": "523f2b64-a9a9-4875-b2b6-658a17a1f21e",
"SalesOrderId": "1eb395da-3883-4dfe-8eba-eef3caf99e1b",
"DispatchLocationId": "e876dcf3-62a1-486a-996d-a00489ebd4ea",
"TPakPackagingTypeId": "08047d70-6e96-4000-a8c4-ed135ac84788",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
}
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": "c77e123e-8c55-46d0-9608-9ea7a93a41e7",
"OwnerId": "4c1bfdb9-e060-4b8c-bcf9-37dc07f1c740",
"CustomerId": "5f23bd17-dcfe-42c1-b2ac-c3c410b6bc09",
"DispatchLocationId": "e6166c07-5ba1-4082-99f7-3bb9228bf3f9",
"LocationId": "6d291142-d43c-47c6-a781-46fc88d82b0f",
"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": "62f80e4d-8b8e-4c2f-90d0-da7e4d5dbf4e",
"SalesOrderLineId": "98ff9407-cb4c-4d95-86d8-d5907c5aaa7c",
"SSCCNumber": "sample string 19",
"ProductId": "f446c353-dea6-48d4-96d5-d11fdb314ab3",
"PangId": "9929bf3f-40a1-4b96-aaa4-7ea424b2fe69",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "b5e5c40c-7393-49ce-b25a-1361ca6f4ee1",
"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:35.5278367+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "110a2e13-5c5f-4d3c-a948-0af43e0ade90",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:37:35.5278367+02:00"
}