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": "a99d2b2f-93f3-4b3f-af50-2ed52f00a5ae",
"CustomerId": "5b1e0e94-2d6d-4163-afec-42ad42ae2830",
"SalesOrderId": "d8597522-790b-4457-b913-f93cf5ffb60f",
"DispatchLocationId": "ff331340-b713-46d7-a7fa-e9cb6e08bf30",
"TPakPackagingTypeId": "03ad54cb-fea0-43cb-a6d7-af96347a8e17",
"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": "1fde0287-b24e-4769-bff2-3a7f1b869043",
"OwnerId": "a17134d1-4fb6-4d79-b593-735b37296ed9",
"CustomerId": "c4ba33f0-c16d-453e-bc5f-d84af98b0d4a",
"DispatchLocationId": "41e32149-91ac-40ee-909d-4c05ab72e959",
"LocationId": "af95b4ba-982a-4f2c-b574-2874c71528c9",
"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": "9a6c7cc6-1ff9-447f-aca9-1e55df9444d5",
"SalesOrderLineId": "7a0a2f4d-d108-4eea-98ba-f259dfc267c0",
"SSCCNumber": "sample string 19",
"ProductId": "f27400fb-f6d2-4a18-b40a-738b219faca0",
"PangId": "942ccf5c-7119-4482-9ae4-644e4ae3dfdb",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "6244c72a-f242-4e76-8de9-68c3ee25f5dd",
"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-06-25T16:12:16.391985+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "fd91e6f0-dc50-433d-9b0c-1d3ba2dbb9eb",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:12:16.391985+02:00"
}