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": "20f1d7f4-2005-4b39-9c15-bca5acd33e60",
"CompanyId": "f070fc24-c5bd-4bc4-854a-ac68618ec544",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "5ab2b3a2-e76d-4c1d-b31f-e1cacd65f012",
"ProdName": "sample string 6",
"SalesOrderLineId": "ed9fee31-5ba7-472e-8350-69efe51e6743",
"PickItemId": "1011019a-99d4-4bbd-a3aa-926e01dfdeff",
"SourceLocationId": "4f54f272-c4e6-4f64-aa54-eba6a18dcf50",
"ProdVariableQuantity": true,
"BatchId": "44d16900-ec72-49ea-943f-2b3ba53d8853",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:37:31.0774822+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "4a222179-b060-4493-a8fa-3f8522861cf7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"