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": "8dd766ed-9a0b-401a-9973-46ef70aa3f5a",
"CompanyId": "78ffc41f-1f28-4cf2-96b4-ff8b5de61787",
"SalesOrderId": "5acffcd4-1ae1-4756-898b-81b31419a740",
"SalesOrderLineId": "1a511917-9603-43cb-a800-425e54c37e0f",
"SourceItemLocationId": "58b78ac0-fcab-4aec-ad5f-d8fb5d89cc72",
"ProductId": "9f5d6f61-42c6-48f1-ad26-1cd550eabeeb",
"PangId": "30baf39d-8ef9-429d-8a70-16d3d27f0dbc",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:10:13.0872216+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"