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": "9e2547d3-ef69-4bc2-bff6-1e61d872536f",
"OwnerId": "ec2696d2-0065-4328-bf29-6ef8ad3fe59c",
"LocationId": "ca4db835-b798-4f32-955e-9917d1ff9d15",
"PickItem": {
"OwnerId": "fc06804f-661d-4d85-ad2a-de716fb85e74",
"CustomerId": "d30f1d2a-b302-4d86-a45d-39085c0282c6",
"SalesOrderId": "fada0b85-7aef-4074-8817-879f0017a10d",
"DispatchLocationId": "a296224b-3613-48c4-9f13-d4cbdeee3276",
"TPakPackagingTypeId": "d8ddf3ec-bf10-42cb-a71c-57e27916a4d2",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "488c1f65-bbef-43d5-8ba8-d8bdda2a5b33",
"LocationId": "41195af6-812c-4c64-99ef-34486b8e1433",
"ProductId": "3f6fb500-fa0e-4150-a6b5-931ed22b8bcc",
"PangId": "ad189a38-cb70-46d4-8d2a-b28655abd63f",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "a238b330-98fa-4ccc-8041-abc0513e475d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:51:26.7956383+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "a238b330-98fa-4ccc-8041-abc0513e475d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:51:26.7956383+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "488c1f65-bbef-43d5-8ba8-d8bdda2a5b33",
"LocationId": "41195af6-812c-4c64-99ef-34486b8e1433",
"ProductId": "3f6fb500-fa0e-4150-a6b5-931ed22b8bcc",
"PangId": "ad189a38-cb70-46d4-8d2a-b28655abd63f",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "a238b330-98fa-4ccc-8041-abc0513e475d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:51:26.7956383+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "a238b330-98fa-4ccc-8041-abc0513e475d",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:51:26.7956383+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"