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": "3b3194b6-32d8-44a8-9c89-d66230e72f1f",
"OwnerId": "1c40897f-4bea-4460-84de-b89b9f33320f",
"LocationId": "5825c3a8-1762-4190-86a6-3654530b8bdc",
"PickItem": {
"OwnerId": "5c4f8cb9-2f52-43bc-a011-db4d6e187c11",
"CustomerId": "414c0556-f55b-40ab-abce-363fcb053079",
"SalesOrderId": "5a1670b8-0ff6-4826-a133-5d4b3e202cfc",
"DispatchLocationId": "de28279d-acb7-4ac7-91c1-f8310aa3f99e",
"TPakPackagingTypeId": "f852c161-9abe-47a6-b7c0-acea7bd759ab",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "7d1334d2-eae7-4d6c-b722-be3ed608962b",
"LocationId": "d736bc5a-d2f6-4f27-9148-8e5e6c3310b1",
"ProductId": "e893bba5-6599-42b6-96a8-b88936087acf",
"PangId": "2b5d9080-9bbd-41fe-a2bb-409635e5d64b",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "ea33c9ab-c6a4-4940-beef-c19403a7d322",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:28:34.7819054+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "ea33c9ab-c6a4-4940-beef-c19403a7d322",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:28:34.7819054+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "7d1334d2-eae7-4d6c-b722-be3ed608962b",
"LocationId": "d736bc5a-d2f6-4f27-9148-8e5e6c3310b1",
"ProductId": "e893bba5-6599-42b6-96a8-b88936087acf",
"PangId": "2b5d9080-9bbd-41fe-a2bb-409635e5d64b",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "ea33c9ab-c6a4-4940-beef-c19403a7d322",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:28:34.7819054+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "ea33c9ab-c6a4-4940-beef-c19403a7d322",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:28:34.7819054+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"