POST api/Pick/AllocatedLocation
Save allocated pick from location
Request Information
URI Parameters
None.
Body Parameters
LocationPickAllocatedParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| QuantityBase | decimal number |
None. |
|
| PangId | globally unique identifier |
None. |
|
| ProdName | string |
None. |
|
| SalesOrderLineId | globally unique identifier |
None. |
|
| PickItemId | globally unique identifier |
None. |
|
| SourceLocationId | globally unique identifier |
None. |
|
| ProdVariableQuantity | boolean |
None. |
|
| BatchId | globally unique identifier |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| SerialNumber | string |
None. |
|
| ReceiveLineId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "d9372671-d7dc-41ea-9a18-c5c4c6153da9",
"CompanyId": "53f5bc20-4103-4a3e-9719-093f64f2e635",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "38262abd-d853-43c0-9fc6-9166cebfa5bb",
"ProdName": "sample string 6",
"SalesOrderLineId": "55bd99d8-6231-4e87-8939-a8485610667e",
"PickItemId": "0adc98c1-a582-412a-a93f-c72827820f8e",
"SourceLocationId": "7fad5125-24b3-498c-9d52-2e8cfe3ebe31",
"ProdVariableQuantity": true,
"BatchId": "4da78a6c-eaee-4bc3-bde1-9ebc5d3b0435",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:35:18.245264+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "f5e5d6c3-86e3-4e08-9457-9a674482f07e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"