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": "1bfdba9a-8df4-46c7-9ebc-a9a28e9c04d9",
"CustomerId": "d242c92a-ead0-478a-89aa-dffdc37fa471",
"SalesOrderId": "48bdd4fe-33df-4700-9061-48d5c893b90a",
"DispatchLocationId": "cf5dd9ab-39cc-4f12-8bf6-78786e41d5ea",
"TPakPackagingTypeId": "5b20e970-9439-4748-a0f7-58940d05aef5",
"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": "f3106813-c6d4-4e92-aadf-89d310078424",
"OwnerId": "89ad8904-4c87-4cb4-9d51-779b5eb48134",
"CustomerId": "8cf7ec74-e78e-46bc-b29b-8d1dc150a239",
"DispatchLocationId": "00718b3f-e64d-4e35-b305-c626bef8fab1",
"LocationId": "ababfd98-a59f-4df9-b921-62fb69df1a49",
"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": "5cc1a128-0567-479e-8f0e-5def2ca4197c",
"SalesOrderLineId": "8d947f63-9af6-4594-9071-71aaf78808e4",
"SSCCNumber": "sample string 19",
"ProductId": "269c9954-19ff-46f7-931e-95057db654d7",
"PangId": "2a7323f8-129c-4e8e-9c89-d048d1e0695f",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "3885abe9-1c1b-4e0c-8264-2a0b495ef580",
"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:20:47.6174907+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "7149a2c1-e178-47f6-8760-595611453455",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:20:47.6174907+02:00"
}