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": "c1baa5a4-54a6-4290-8a67-62d900fc1456",
"CompanyId": "91900429-93f1-4259-8b05-187c158428ab",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "5ee74598-7f47-4da1-9649-56644d38e99e",
"ProdName": "sample string 6",
"SalesOrderLineId": "e905a7fc-d4b8-4dc0-9e49-76514e72c2e4",
"PickItemId": "f4ced618-3998-45c3-a178-514738cbd466",
"SourceLocationId": "0aa5cb42-caaa-4a8a-ab07-f742f84ea9a9",
"ProdVariableQuantity": true,
"BatchId": "7b1dfdfb-1915-4ec8-a598-a6f8f5150c98",
"BatchNumber": "sample string 12",
"BestBefore": "2026-06-25T16:10:47.4664932+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "9a1fe9bb-2ee4-4b7f-bedb-21bacae44860"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"