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": "7f60e739-cb4e-48b3-a014-0455f2065c3e",
"OwnerId": "6159805b-4eaa-4fee-a685-8e94ac341cd2",
"LocationId": "38f41a30-d7b5-49ae-81fc-dfda0066c6da",
"PickItem": {
"OwnerId": "711f7c17-e305-46e7-9f8b-740987b91960",
"CustomerId": "898ccd52-93c6-4870-a1cd-6f21e418597b",
"SalesOrderId": "f40deb0e-410c-4137-afcb-fed457f1e2b0",
"DispatchLocationId": "9e6f6b47-302f-444e-9407-b80d7603ace7",
"TPakPackagingTypeId": "06b433ac-a1a5-4744-a3aa-f7d2e3c37bb0",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "712d77c9-c3a2-4856-bd16-93b9faa930fa",
"LocationId": "465cbc13-35c9-4d3e-8a4f-be739790733e",
"ProductId": "be7be12a-ac04-4f67-a8f4-7760a77513ce",
"PangId": "15af3758-8846-4f95-a911-bdde2ff1e1cd",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "50d6c83b-3234-439c-a49f-daedc79bda7d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:01.7568036+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "50d6c83b-3234-439c-a49f-daedc79bda7d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:01.7568036+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "712d77c9-c3a2-4856-bd16-93b9faa930fa",
"LocationId": "465cbc13-35c9-4d3e-8a4f-be739790733e",
"ProductId": "be7be12a-ac04-4f67-a8f4-7760a77513ce",
"PangId": "15af3758-8846-4f95-a911-bdde2ff1e1cd",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "50d6c83b-3234-439c-a49f-daedc79bda7d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:01.7568036+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "50d6c83b-3234-439c-a49f-daedc79bda7d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:01.7568036+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"