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": "556a92dd-ac60-467f-ac80-2790581f9408",
"OwnerId": "22be2d70-317f-400f-9ab8-8f3c4c18f218",
"LocationId": "61bf467b-f434-47bb-84ba-63d91a8e7119",
"PickItem": {
"OwnerId": "d46d0eca-cd57-4388-9e4a-f6be8553a9f2",
"CustomerId": "da9b138b-aebd-40e1-805c-c1315b3d2a85",
"SalesOrderId": "17887bb1-f09b-41ea-a480-c07ccfab25fc",
"DispatchLocationId": "ad4217a5-bd62-4246-824d-cfe43242f0a0",
"TPakPackagingTypeId": "ae590916-907b-4e05-ac48-ae690bf4258c",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "3884e895-038a-4742-9c5d-a3394ce54147",
"LocationId": "7fd74904-b632-4801-bd57-442034564c25",
"ProductId": "a0b3887a-e8b2-4b5e-aa81-8c4d98c1aa83",
"PangId": "42f414ec-6ccd-44d1-8960-174906a16a35",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "5526d90e-5d63-4d4a-972d-728ddc755e93",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:34:23.5306227+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "5526d90e-5d63-4d4a-972d-728ddc755e93",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:34:23.5306227+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "3884e895-038a-4742-9c5d-a3394ce54147",
"LocationId": "7fd74904-b632-4801-bd57-442034564c25",
"ProductId": "a0b3887a-e8b2-4b5e-aa81-8c4d98c1aa83",
"PangId": "42f414ec-6ccd-44d1-8960-174906a16a35",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "5526d90e-5d63-4d4a-972d-728ddc755e93",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:34:23.5306227+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "5526d90e-5d63-4d4a-972d-728ddc755e93",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:34:23.5306227+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"