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": "e27dc628-6787-42fa-b14e-6d7409485993",
"OwnerId": "b981f7f8-ef43-4fd1-a3bf-03db5cdf88ce",
"LocationId": "178369ea-8a8a-48b0-89c5-e27af2e86a79",
"PickItem": {
"OwnerId": "fb8aef5c-0465-4e0a-9958-5c246c1e4d93",
"CustomerId": "19d981f9-cc5a-46de-ae13-db62fd43b759",
"SalesOrderId": "9099d753-af0e-4484-ab76-e45e6a0956f4",
"DispatchLocationId": "803cc346-e3f5-43a9-ae90-b76d62c9f13f",
"TPakPackagingTypeId": "3e16d539-993a-4839-ae3b-a3ca8bb4126e",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "37a787e5-2257-4a15-acb8-669573d46130",
"LocationId": "76e807de-85d5-4492-b31e-a5e01c535f7f",
"ProductId": "fd4a56f5-e3eb-4c21-b97d-20371a5cc230",
"PangId": "8863122a-4ab4-46a6-85ab-2c67feed5592",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "559b15c2-1f67-4f43-ad3c-8018dfcbbff9",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:25.0513561+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "559b15c2-1f67-4f43-ad3c-8018dfcbbff9",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:25.0513561+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "37a787e5-2257-4a15-acb8-669573d46130",
"LocationId": "76e807de-85d5-4492-b31e-a5e01c535f7f",
"ProductId": "fd4a56f5-e3eb-4c21-b97d-20371a5cc230",
"PangId": "8863122a-4ab4-46a6-85ab-2c67feed5592",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "559b15c2-1f67-4f43-ad3c-8018dfcbbff9",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:25.0513561+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "559b15c2-1f67-4f43-ad3c-8018dfcbbff9",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:25.0513561+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"