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": "9857d4c2-21f1-4cfd-ae7f-cfef28fdd66f",
"OwnerId": "053576a3-e48d-4038-975e-e102fb4f5ab3",
"LocationId": "76709ff8-d989-4140-9554-190982bcfbfb",
"PickItem": {
"OwnerId": "b122869f-9f08-4fad-b573-1d9ebde86c84",
"CustomerId": "6eab097e-2e8e-4c35-8aa8-1a54d266b5cc",
"SalesOrderId": "4d00726b-9e7f-40c3-829c-843eb900fd69",
"DispatchLocationId": "6c0edee6-6696-4d87-a3f4-a82df0d10617",
"TPakPackagingTypeId": "5874bcf4-832a-4f87-ab11-2a89893ac87e",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "a2d9eb1c-09cc-4dc6-b5b5-be8866ef9b27",
"LocationId": "f9a69e70-9763-4c3d-99d3-84673dfb345e",
"ProductId": "33ae9b6f-f0ac-4960-9818-e20329c5221d",
"PangId": "1aeec41a-59bd-4fd5-80dd-8cb4da911487",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "15e8147a-3e27-4211-808e-8aca4a6d83a8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:18:49.6267552+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "15e8147a-3e27-4211-808e-8aca4a6d83a8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:18:49.6267552+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "a2d9eb1c-09cc-4dc6-b5b5-be8866ef9b27",
"LocationId": "f9a69e70-9763-4c3d-99d3-84673dfb345e",
"ProductId": "33ae9b6f-f0ac-4960-9818-e20329c5221d",
"PangId": "1aeec41a-59bd-4fd5-80dd-8cb4da911487",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "15e8147a-3e27-4211-808e-8aca4a6d83a8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:18:49.6267552+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "15e8147a-3e27-4211-808e-8aca4a6d83a8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:18:49.6267552+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"