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": "f17190ed-77b1-49a9-bf84-1e28f031e073",
"OwnerId": "81127ec8-d4ad-4c2c-9254-c2a1ec2153f3",
"LocationId": "db9bb8d0-d1e2-47de-8cab-0c88c319ebcb",
"PickItem": {
"OwnerId": "68d7507a-63fb-473c-8f1d-ba0c81650a04",
"CustomerId": "a39270e5-af84-4a8a-8de7-7e2c27fc58db",
"SalesOrderId": "188506e5-ae73-49c1-99da-f43f1299ae86",
"DispatchLocationId": "0f996a5b-0000-4a19-8b6f-a897f961ca89",
"TPakPackagingTypeId": "88207c6f-81f4-4b5e-b58f-c1d40167a52e",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "62a7c17b-8709-4d2f-8a9d-6d27fa6e1c34",
"LocationId": "b211c910-0797-4a88-ae4a-2b2037a39782",
"ProductId": "3be537f4-3dac-4da3-997e-d2a51781942a",
"PangId": "17f53046-bcf8-44c2-a5d0-baa7de0acc62",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "d343128d-1888-477f-98bb-b4941c8b5043",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:35.1156059+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "d343128d-1888-477f-98bb-b4941c8b5043",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:35.1156059+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "62a7c17b-8709-4d2f-8a9d-6d27fa6e1c34",
"LocationId": "b211c910-0797-4a88-ae4a-2b2037a39782",
"ProductId": "3be537f4-3dac-4da3-997e-d2a51781942a",
"PangId": "17f53046-bcf8-44c2-a5d0-baa7de0acc62",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "d343128d-1888-477f-98bb-b4941c8b5043",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:35.1156059+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "d343128d-1888-477f-98bb-b4941c8b5043",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:09:35.1156059+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"