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": "ec81f5ca-50e3-4b69-a573-0fb8ef248ce7",
"CompanyId": "a1a09f67-81bc-4037-b967-46fdc315a191",
"SalesOrderId": "edf2ebe2-6dfb-4eaa-b55f-19f0ad036d02",
"SalesOrderLineId": "ae19d200-c463-4874-9655-f2605fe90e5b",
"SourceItemLocationId": "d4d5cba4-a18d-4ae7-844e-0f12d613ebf1",
"ProductId": "5104a397-ab6e-4e35-82b6-f1d34d5b63eb",
"PangId": "d76274d6-b7f0-4e14-a2e6-28272c7c78ba",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:35:05.3306661+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"