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": "70c65ebc-b52e-4860-8c99-06f5c211c247",
"CompanyId": "50169f94-4dde-4595-9632-766716c6011b",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "218ed63d-67bd-418c-95f4-7973ac247b0d",
"ProdName": "sample string 6",
"SalesOrderLineId": "acfa3310-467a-4d36-a68b-64bd30dc9bb5",
"PickItemId": "21b4e242-99b6-46a6-903b-e6cff64b4233",
"SourceLocationId": "f2fc8bd1-d737-4b01-af87-9b56397536a8",
"ProdVariableQuantity": true,
"BatchId": "27ce0256-0151-41f3-9c30-fbb756f7c334",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:19:26.8404816+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "7e129025-29ce-4465-9724-8f34dafd9994"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"