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": "a85780cf-6c66-4a33-915c-1aab9250fd81",
"OwnerId": "8394c35b-574b-4c6f-93e6-6fc5154d022c",
"LocationId": "b57444d9-4dfa-42a8-84d3-580e140454ce",
"PickItem": {
"OwnerId": "8bf93892-412b-4c93-8d6e-5aa4a2621c1e",
"CustomerId": "a198d92b-e675-4d7a-a9f6-171b823a1980",
"SalesOrderId": "644075d6-1b98-4bdb-bc98-bb432f7497ce",
"DispatchLocationId": "1841a093-cf77-45d5-ac27-896c87843e92",
"TPakPackagingTypeId": "26de8fd1-278b-4d06-b2a0-9cd6011310d0",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "2b39df7d-6f4b-47b2-8eed-7209d26bcea3",
"LocationId": "397c224e-6318-4843-bad1-6a242c9e07fe",
"ProductId": "50ab1f40-60d3-4702-a601-38c8b2d89b6e",
"PangId": "dc25d501-d89e-4718-9f22-c90d2675f018",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "ba99671f-44c3-4401-b8bc-3301c38f2c1a",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:09.8954698+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "ba99671f-44c3-4401-b8bc-3301c38f2c1a",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:09.8954698+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "2b39df7d-6f4b-47b2-8eed-7209d26bcea3",
"LocationId": "397c224e-6318-4843-bad1-6a242c9e07fe",
"ProductId": "50ab1f40-60d3-4702-a601-38c8b2d89b6e",
"PangId": "dc25d501-d89e-4718-9f22-c90d2675f018",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "ba99671f-44c3-4401-b8bc-3301c38f2c1a",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:09.8954698+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "ba99671f-44c3-4401-b8bc-3301c38f2c1a",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:33:09.8954698+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"