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": "28423f24-c45e-4e09-9bdc-829bfc95f08a",
"OwnerId": "800de149-19d4-4d2b-bbb7-de06db1adc4c",
"LocationId": "0dcf8f66-18ab-4c8b-8628-103746aa4e84",
"PickItem": {
"OwnerId": "961050ef-d26e-43ed-9119-92d307beb5c6",
"CustomerId": "3c685995-3fa3-4fba-b4f9-42cc27daa7c2",
"SalesOrderId": "c4eed131-86e2-4f4d-bfae-635eda6c7d3d",
"DispatchLocationId": "4364bed3-8dda-406f-ae3e-98274cd07d4f",
"TPakPackagingTypeId": "aacf65bf-0ac2-422e-b2e1-ea96421d17b1",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "5e40ee38-a50f-4f00-9fcb-b71384f07a98",
"LocationId": "92cb2d67-e9a8-4ab8-bdd9-d7deda469217",
"ProductId": "7067be9c-5bff-4085-9967-e9ab977b41a3",
"PangId": "09561373-8680-4641-845e-0c18c2860299",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "b6e63cf7-9b2f-455d-a38d-325bce59ae6c",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:50:01.0344579+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "b6e63cf7-9b2f-455d-a38d-325bce59ae6c",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:50:01.0344579+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "5e40ee38-a50f-4f00-9fcb-b71384f07a98",
"LocationId": "92cb2d67-e9a8-4ab8-bdd9-d7deda469217",
"ProductId": "7067be9c-5bff-4085-9967-e9ab977b41a3",
"PangId": "09561373-8680-4641-845e-0c18c2860299",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "b6e63cf7-9b2f-455d-a38d-325bce59ae6c",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:50:01.0344579+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "b6e63cf7-9b2f-455d-a38d-325bce59ae6c",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:50:01.0344579+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"