POST api/Pick/Production
Save pick from production
Request Information
URI Parameters
None.
Body Parameters
ProductionPickParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| PickItem | NewPickItemParameters |
None. |
|
| SourceItemList | Collection of SourceItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "8fbeda2e-8258-46d7-8b75-19d4da975ec4",
"OwnerId": "5f56ddf5-1a16-477a-9edc-cbd1d3a7ff26",
"LocationId": "73e5b8f0-fe04-4733-899e-2d384b781d69",
"PickItem": {
"OwnerId": "73257b6b-41d8-4c71-baa2-2324d16c72c2",
"CustomerId": "08fafca3-3950-45fd-92d8-e0d869f05b8b",
"SalesOrderId": "67827a88-12d6-4ea0-9d30-01570bf26eb4",
"DispatchLocationId": "a70c80f2-c37d-4c06-80ae-67608d2f2f2c",
"TPakPackagingTypeId": "096a63e2-a03a-45e5-a6d2-18375875b4cf",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "8c0b2d20-ee2c-4b20-9a6e-802baed21f27",
"LocationId": "ce62b960-ae7c-47a8-83b9-728b8135200a",
"ProductId": "46c9f0ac-008c-4d0d-b187-be150ab4fa6a",
"PangId": "16671351-164b-420f-aa10-ec61d210303c",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "ab19310e-cd9e-4659-b4e5-4461ce164a10",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:12.1170018+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "ab19310e-cd9e-4659-b4e5-4461ce164a10",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:12.1170018+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "8c0b2d20-ee2c-4b20-9a6e-802baed21f27",
"LocationId": "ce62b960-ae7c-47a8-83b9-728b8135200a",
"ProductId": "46c9f0ac-008c-4d0d-b187-be150ab4fa6a",
"PangId": "16671351-164b-420f-aa10-ec61d210303c",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "ab19310e-cd9e-4659-b4e5-4461ce164a10",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:12.1170018+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "ab19310e-cd9e-4659-b4e5-4461ce164a10",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:12.1170018+02:00",
"SerialNumber": "sample string 9"
}
]
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"