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": "b6bdadda-a0c4-47bd-a0ed-1cab1ee23b00",
"CompanyId": "d25d101a-0f1d-483f-84e6-80e75ea6e9a7",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "e57ac05d-ad3c-4b9b-b4fd-5b5894ea28af",
"ProdName": "sample string 6",
"SalesOrderLineId": "e2456cc4-9c9b-494d-b1ef-13eb6c1dc7a3",
"PickItemId": "ab8202e5-5d04-4992-ade0-875c39d2cd34",
"SourceLocationId": "93c70a51-0595-44bd-8a29-d120828c91f4",
"ProdVariableQuantity": true,
"BatchId": "1b1f8d4e-f261-403b-ad08-efd549210472",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:34:27.4090959+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "8ea540bd-8a44-47bb-b72a-7427647b9730"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"