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": "28db524a-8c4a-4a44-9f3f-e1899550ca33",
"CompanyId": "95c728c8-f491-4dc0-bbb3-4c0c67179802",
"SalesOrderId": "c024ff7c-0fad-4cf7-9581-a2a78050386c",
"SalesOrderLineId": "d758734c-35c1-4a90-ba3e-3735b755c487",
"SalesOrderLineDetailId": "3d5f299c-cc5d-4c9b-b41b-cf7e3b8e2d57",
"DestinationItemId": "f98c3ce8-05bf-406c-bcdf-fdf75fc24d97",
"SourceItemId": "4d7e0e80-4400-466e-b515-69a89f5e70b1",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BatchId": "557ad1c8-1eef-416a-b96b-2b4442ae750b",
"BestBefore": "2026-08-24T14:37:45.5666097+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"