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": "0c41c135-17c1-4b14-9e12-c24db83096c9",
"CustomerId": "84363271-8ac5-4fc2-bde3-074576b044ef",
"SalesOrderId": "e0800b30-23ec-42da-9af2-ef438a98e808",
"DispatchLocationId": "1fcccf02-e934-4aca-b557-9c80d4d89f77",
"TPakPackagingTypeId": "5af1dbd0-32ae-424e-bcd3-d1abb5ea69da",
"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": "a33466cb-40e9-4d27-a829-9e9f4257050f",
"OwnerId": "21d6f99c-a85a-4e43-81c2-a887f54e9535",
"CustomerId": "a89d5a78-9f7b-42c8-bab2-e794ae0e9e57",
"DispatchLocationId": "09fb3ee9-755b-4bbf-82ac-3d534678d700",
"LocationId": "877b7850-bf11-4dcb-a871-b05c2b691ec5",
"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": "7876b1e4-ae17-47fb-8484-549b0343c6f9",
"SalesOrderLineId": "34d727c2-eb81-46c5-89d5-4765436527ec",
"SSCCNumber": "sample string 19",
"ProductId": "81211bb4-9b66-4d76-bdea-e6bab9770047",
"PangId": "a7554fcc-8f2e-42b6-a770-07f2ee753f7d",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "c73e40bd-11f6-452f-8511-f745fb6903d4",
"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:37.8845932+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "1d9847f8-0e2c-45a6-a2b0-e33f160846c4",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:36:37.8845932+02:00"
}