POST api/Pick/UnallocatedFromDriverApp
Save unallocated pick from driver app
Request Information
URI Parameters
None.
Body Parameters
DriverAppUnallocatedPickInputParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| SalesOrderLineId | globally unique identifier |
None. |
|
| SourceItemLocationId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PangId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| VariableQuantity | decimal number |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "81a5c352-4451-45bb-82b2-4c453e295f25",
"CompanyId": "24d3f670-d80a-425c-8883-921ee755b42c",
"SalesOrderId": "7d0fe5be-6ca8-4c08-958e-7c36a835f5b5",
"SalesOrderLineId": "c216515f-65f9-49fb-95a4-97fff765a614",
"SourceItemLocationId": "61dbeea2-f6e7-4a93-bc33-98a28aceade9",
"ProductId": "24f2602e-4ae9-4e18-aa66-5e010abea289",
"PangId": "da1d4300-f4f0-4cb5-99da-bc5a91be1762",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:51:24.7446917+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"