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": "f5b40395-7a7c-4631-8df9-a2f47f802f4b",
"CustomerId": "e7f6e383-032d-4425-b85b-8e53096a0622",
"SalesOrderId": "d3f414d4-f2c3-43ac-bb1f-5b141052ca37",
"DispatchLocationId": "aa620b8f-cd0c-4476-9343-98b866ea8740",
"TPakPackagingTypeId": "043aea35-81a8-4abd-9c1f-f76989e68a77",
"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": "148cf947-c48b-45e8-ba94-cbe04799e603",
"OwnerId": "18fa5e53-9d1f-4667-b493-d5fa2b72f9a4",
"CustomerId": "0da4427d-8de1-4a98-b34a-09e7dfc3c5a6",
"DispatchLocationId": "50b7ce60-d3e0-4768-8d2d-0f81195fd4c3",
"LocationId": "cb878179-b1e9-471b-8e5f-3418286b2e1f",
"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": "ba65956b-a00e-4972-bba8-417cac191bdd",
"SalesOrderLineId": "b3ad96ee-0bd2-4bd1-8f68-839af75cee8c",
"SSCCNumber": "sample string 19",
"ProductId": "d34d37f4-e8c0-4ff9-b895-754755434a69",
"PangId": "670a5770-9444-4316-a8d2-dccca504d4cc",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "711b7bb9-495b-40ab-813f-4e14440ed483",
"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:36:36.577334+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "222126ec-1753-44a2-b020-da306fd35ea0",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:36:36.577334+02:00"
}