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": "55c5a371-f66d-4b3d-beba-09ab70c0cb8b",
"CompanyId": "099208fc-e175-4fd0-893e-f29af0f1553f",
"SalesOrderId": "ecd03459-f35e-4e6d-9fac-dca47dfb76d6",
"SalesOrderLineId": "6227f593-a26b-4067-8198-85b1cae0a2d7",
"SourceItemLocationId": "7dbee5a8-cc6f-4905-af81-1a6e92117261",
"ProductId": "340922a6-cb4f-4136-a801-402ad0731fe2",
"PangId": "b3bd14f9-0c3a-40f8-9b66-42d3720ee1d6",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T10:46:58.217863+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"