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": "e21a1a11-45dc-4e39-a8ca-207b8aca2e01",
"CompanyId": "be2364f9-1ae2-48c1-a2ce-55f8e481aa03",
"SalesOrderId": "82752e8c-0f98-48ff-8b24-6cf78831115b",
"SalesOrderLineId": "b07a12bc-ac76-4f5a-bfd9-4a72a3c9b71c",
"SourceItemLocationId": "6efa500b-9a23-4fcf-af81-ff4cbc3b9113",
"ProductId": "8f86162c-20ba-4a72-b276-2e903bc2393a",
"PangId": "272af29b-d240-44e5-a64f-4bf4050049c0",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:35:06.5486197+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"