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": "b9dabbaf-c960-45bb-b3a6-9a9809bc46a0",
"OwnerId": "6a3255ec-2651-43b4-beac-fc071c2c2ebb",
"LocationId": "d8365cc0-b21f-4339-8aeb-a02c00e40ebe",
"PickItem": {
"OwnerId": "b8d0f94c-ff3e-4f8c-a7a3-7b3d3e2bd887",
"CustomerId": "91c56c33-e76e-4813-ae63-5c6853001633",
"SalesOrderId": "20cd11ba-0d52-41b8-8c09-8396bfb3532b",
"DispatchLocationId": "90f484b8-7fb8-46d1-8c0a-67a79495a6e8",
"TPakPackagingTypeId": "f4370e90-6233-425e-a02f-df9ab7b8ab4d",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "b19905c7-6484-4a37-88e3-8e2d6c2a4967",
"LocationId": "76fae467-94b7-4c57-85f6-5881315f9b9e",
"ProductId": "6a9785ad-407a-496e-9bf3-5014a793bda4",
"PangId": "6ae6c069-647d-4428-8ff7-d6ec9c0fab6c",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "9b9e2c2b-7790-4311-be76-2164d5310b2b",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:37:03.7844914+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "9b9e2c2b-7790-4311-be76-2164d5310b2b",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:37:03.7844914+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "b19905c7-6484-4a37-88e3-8e2d6c2a4967",
"LocationId": "76fae467-94b7-4c57-85f6-5881315f9b9e",
"ProductId": "6a9785ad-407a-496e-9bf3-5014a793bda4",
"PangId": "6ae6c069-647d-4428-8ff7-d6ec9c0fab6c",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "9b9e2c2b-7790-4311-be76-2164d5310b2b",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:37:03.7844914+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "9b9e2c2b-7790-4311-be76-2164d5310b2b",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:37:03.7844914+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"