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": "e91c97fe-1f3e-41d0-b5c2-07b8adf52b69",
"CompanyId": "a70722d2-a1e9-4d9d-a801-5802e4bb6be6",
"SalesOrderId": "dd9c98a4-3ff7-4982-bcef-19fd94a73172",
"SalesOrderLineId": "11320aef-659f-4f79-b6f8-aa9330b39600",
"SourceItemLocationId": "21ab36b2-ea88-4f8a-96cc-90359acd9dec",
"ProductId": "e1ecb2ba-7b64-44d8-bc1f-59dc319d362f",
"PangId": "97e8c016-2d0b-403c-8727-2f25ffcd04af",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:30:03.1578576+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"