POST api/Pick/Undo/UnallocatedFromDriverApp
Undo unallocated pick from driver app
Request Information
URI Parameters
None.
Body Parameters
DriverAppUndoUnallocatedPickInputParameters| 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. |
|
| SalesOrderLineDetailId | globally unique identifier |
None. |
|
| DestinationItemId | globally unique identifier |
None. |
|
| SourceItemId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| VariableQuantity | decimal number |
None. |
|
| BatchNumber | string |
None. |
|
| BatchId | globally unique identifier |
None. |
|
| BestBefore | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "aefb8ea5-9003-41f1-a2af-6cd76098bcb0",
"CompanyId": "e1c1d592-cbba-441d-9c01-be9c991aeadf",
"SalesOrderId": "a0b3c92c-bb60-429c-a686-31056efcd82d",
"SalesOrderLineId": "44d4d8bf-9d33-41ca-85a0-2b6bafa943f6",
"SalesOrderLineDetailId": "31e1d46f-781c-41fd-827d-ac4133a9c67f",
"DestinationItemId": "df369848-35d0-4513-9045-744d64a9fda4",
"SourceItemId": "9451261c-3d4c-4f29-b28e-2526b3723487",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BatchId": "2a1ff3ca-0a77-463e-8335-928b28be5e0e",
"BestBefore": "2026-06-25T16:54:43.2077387+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"