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": "49655fa2-22e2-470d-a526-8fac5064fd74",
"OwnerId": "dc77b4d6-7f3d-46cd-a728-4668d95a0e79",
"LocationId": "c41b960f-375e-4ec4-8931-990096ccaac3",
"PickItem": {
"OwnerId": "e209ce30-5591-441f-9dcf-2fe47dd66f7b",
"CustomerId": "62b6ab46-6a70-40fc-a9b5-d23f1a4d25c9",
"SalesOrderId": "4f3a4761-fbe2-427d-8aaa-e83a2ceb9d6d",
"DispatchLocationId": "35ba5a2f-d55e-4fee-8f62-7681a6b38397",
"TPakPackagingTypeId": "f76cce65-b296-4072-af9a-fa9cce546813",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "cccc11cd-9557-4555-8995-777695b62911",
"LocationId": "91ea8bc8-e782-442e-b7d7-957eac78b2ea",
"ProductId": "1d0af10f-4635-4040-bcf2-4cdf1604602e",
"PangId": "46fa8dcd-263f-4e51-b668-6de7e2a5bda0",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "77f42155-96f1-4c45-ab13-5801f429c926",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T11:37:10.3220972+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "77f42155-96f1-4c45-ab13-5801f429c926",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T11:37:10.3220972+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "cccc11cd-9557-4555-8995-777695b62911",
"LocationId": "91ea8bc8-e782-442e-b7d7-957eac78b2ea",
"ProductId": "1d0af10f-4635-4040-bcf2-4cdf1604602e",
"PangId": "46fa8dcd-263f-4e51-b668-6de7e2a5bda0",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "77f42155-96f1-4c45-ab13-5801f429c926",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T11:37:10.3220972+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "77f42155-96f1-4c45-ab13-5801f429c926",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T11:37:10.3220972+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"