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": "09344d87-876f-44f1-b350-7b0e0362db9e",
"OwnerId": "72c182a3-3d2d-4437-af8a-c23b70b311b5",
"LocationId": "047b5752-3d95-42ed-a5dc-ca1b140cdb13",
"PickItem": {
"OwnerId": "a4ba5c18-04c5-4d18-b97b-cf9389928d21",
"CustomerId": "d374802d-b4f2-46f7-b384-0e5d8c29e159",
"SalesOrderId": "5b39167f-3e8b-4eaa-991a-16e34925dc7f",
"DispatchLocationId": "0aafc3f5-4471-4258-96bd-b1221de5c694",
"TPakPackagingTypeId": "d4cb9b6d-9410-4057-946c-8b961c03cf17",
"DigitInSequenceSSCC": 6,
"PrefixSSCC": "sample string 7",
"PostfixSSCC": "sample string 8"
},
"SourceItemList": [
{
"CompanyId": "f4a48f00-e78a-4719-bc6d-0d46afbaa761",
"LocationId": "82ec5e41-11da-41c0-badc-e13fd24d63c6",
"ProductId": "622ca6ad-7509-434a-a5a9-da68ad5c6539",
"PangId": "2aaa8c45-c9f2-4976-9301-4fab4b861eef",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "032df007-2978-4fda-9eaa-0653b58477c8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T10:46:58.217863+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "032df007-2978-4fda-9eaa-0653b58477c8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T10:46:58.217863+02:00",
"SerialNumber": "sample string 9"
}
]
},
{
"CompanyId": "f4a48f00-e78a-4719-bc6d-0d46afbaa761",
"LocationId": "82ec5e41-11da-41c0-badc-e13fd24d63c6",
"ProductId": "622ca6ad-7509-434a-a5a9-da68ad5c6539",
"PangId": "2aaa8c45-c9f2-4976-9301-4fab4b861eef",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"ProdName": "sample string 8",
"ProdVariableQuantity": true,
"SourceContentList": [
{
"SalesOrderLineId": "032df007-2978-4fda-9eaa-0653b58477c8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T10:46:58.217863+02:00",
"SerialNumber": "sample string 9"
},
{
"SalesOrderLineId": "032df007-2978-4fda-9eaa-0653b58477c8",
"QuantityBaseToAllocate": 2.0,
"Quantity": 3.0,
"QuantityBase": 4.0,
"NetWeight": 5.0,
"GrossWeight": 6.0,
"BatchNumber": "sample string 7",
"BestBefore": "2026-06-25T10:46:58.217863+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"