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": "1e9b52d9-6384-43d1-bcdb-eec4966611b9",
"OwnerId": "63af27e1-7f35-4c8b-bbbf-18b604bb85d9",
"LocationId": "96788f30-aed1-49f6-89d0-11c23c77815b",
"PickItem": {
"OwnerId": "06c8f04b-b7d2-474d-895e-255145f0fca3",
"CustomerId": "68b0a4c1-f7d8-4b0e-a5d1-9da80666f16c",
"SalesOrderId": "ca5028ff-a556-43d1-b0e3-d75ccdd5e680",
"DispatchLocationId": "0ddf6bf4-b9a7-41d7-81b7-b35f760899b5",
"TPakPackagingTypeId": "cf9e7814-9a2d-4cea-8d0b-ca2fdb2738c5",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "d5460e60-e091-4059-9b2a-e2c578d7369d",
"LocationId": "43401229-f0ed-42d9-9658-0875e0b3dbe3",
"ProductId": "c346dc0f-008d-4e8d-8de8-b356281c690c",
"PangId": "9ef46fdd-87f7-4d72-b282-26fb36b0e5c8",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "7ec9a065-13e7-4cd8-b040-e31ccecbb673",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:11:18.4936241+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "7ec9a065-13e7-4cd8-b040-e31ccecbb673",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:11:18.4936241+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "d5460e60-e091-4059-9b2a-e2c578d7369d",
"LocationId": "43401229-f0ed-42d9-9658-0875e0b3dbe3",
"ProductId": "c346dc0f-008d-4e8d-8de8-b356281c690c",
"PangId": "9ef46fdd-87f7-4d72-b282-26fb36b0e5c8",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "7ec9a065-13e7-4cd8-b040-e31ccecbb673",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:11:18.4936241+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "7ec9a065-13e7-4cd8-b040-e31ccecbb673",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T16:11:18.4936241+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"