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": "4c4f2dbf-cca4-406e-84a8-407bb2830d45",
"CompanyId": "cedb6679-fda2-4ac8-a936-61cac0f01e40",
"SalesOrderId": "1b5432f9-143c-486b-beea-4e7f28360fdb",
"SalesOrderLineId": "e6ae479d-e7ed-4f64-b1a5-93f7198dde93",
"SourceItemLocationId": "2d37f714-2360-49b9-9439-552aca9245ae",
"ProductId": "1933a3cf-31bb-4d34-b9ae-a534f1a67920",
"PangId": "0bf25dd3-de54-46e3-9e22-a08a5f3c5ec3",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:33:34.9012168+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"