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": "c5080f64-4457-4834-b204-e9412318735b",
"CompanyId": "986c4392-b6ae-477a-b55b-1fffb22ccc31",
"SalesOrderId": "d5056d70-c540-40e8-a092-e1b86dfa57db",
"SalesOrderLineId": "d2ba72f2-c118-468f-a989-802badbfa5c2",
"SalesOrderLineDetailId": "323503d3-6b85-4bbf-9a44-52646db45963",
"DestinationItemId": "a683b83a-bba0-498d-ad4b-f9f2828c12a2",
"SourceItemId": "68a2283d-bc0c-473e-ba3f-0299c28b80b8",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BatchId": "e080e399-ae2b-4b48-8bae-570f24b22fba",
"BestBefore": "2026-06-25T16:14:48.8686644+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"