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": "288bbd01-5d67-4787-aaef-9c46352737fa",
"OwnerId": "161161fe-0fda-426b-b89e-06d7aee9d1f1",
"LocationId": "86332dcb-80d5-4c87-ac6b-652bde5ae30f",
"PickItem": {
"OwnerId": "d718d286-11b2-4f8a-a2a5-7dbea8f796d8",
"CustomerId": "3061f39a-cb8d-4166-a14d-37d26ba6adde",
"SalesOrderId": "0d3e4682-f4a8-4fc1-bd75-109f4198a105",
"DispatchLocationId": "a03de891-1778-4f7b-b4ba-c01493abed21",
"TPakPackagingTypeId": "33fa92a7-98f8-49bf-a30f-20b77f233408",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "a51332fc-7970-4d0b-99dc-a8be33ee940a",
"LocationId": "48eb48a1-00f4-420e-bcda-256d28a3f2af",
"ProductId": "5463af48-9670-4c33-a8e2-2d293948fc9d",
"PangId": "5284fbb0-196e-4812-a474-f71c6c3dc74d",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "c035b07d-90c7-4ece-af38-aa9fe3c31731",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:40.787573+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "c035b07d-90c7-4ece-af38-aa9fe3c31731",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:40.787573+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "a51332fc-7970-4d0b-99dc-a8be33ee940a",
"LocationId": "48eb48a1-00f4-420e-bcda-256d28a3f2af",
"ProductId": "5463af48-9670-4c33-a8e2-2d293948fc9d",
"PangId": "5284fbb0-196e-4812-a474-f71c6c3dc74d",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "c035b07d-90c7-4ece-af38-aa9fe3c31731",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:40.787573+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "c035b07d-90c7-4ece-af38-aa9fe3c31731",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-08-24T14:35:40.787573+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"