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": "72bc1ad9-e241-434e-80c9-c93a321e53c9",
"CompanyId": "78365d6b-e7ff-4ba3-ba64-7c98ec9b224f",
"SalesOrderId": "f1f1a25d-0637-4de8-9558-b7f5860d0b1b",
"SalesOrderLineId": "8c86bb6f-f306-4b19-891a-3c91971124e9",
"SourceItemLocationId": "7ddfb5d5-c81b-4df7-ae9d-d661ee29f257",
"ProductId": "b9ad8a50-91bb-41bd-9c50-78d2805d02fd",
"PangId": "a1912689-7adc-4d3b-8f38-a83fe048dc23",
"Quantity": 8.0,
"VariableQuantity": 9.0,
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:37:04.9050335+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"