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": "2a102040-1f2e-48de-8234-95bb4f1f5957",
"CompanyId": "03f85020-2229-4548-9ee8-d2e07c8751be",
"SalesOrderId": "bb1795aa-8257-4468-a37a-8deb6ee6a93b",
"SalesOrderLineId": "ac24580c-1ea7-4c00-90fc-d6b3fdb806dd",
"SourceItemLocationId": "cf70b191-6fba-4f2a-a0d9-2e1dd77836a7",
"ProductId": "7da3c681-860b-45c0-9883-644a5f72ae0a",
"PangId": "1922be7b-40a4-47a8-9cdb-4b72f8d237ae",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:11:00.8311925+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"