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": "bfcf67f6-d742-4632-b429-9d5691fcc6e9",
"CompanyId": "e37e6cb4-c893-4de1-b554-cad968293f24",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "cd3d937a-e067-4c10-859b-073c8608b7cc",
"ProdName": "sample string 6",
"SalesOrderLineId": "b1043ab5-951d-4a5c-a112-28b635cc5151",
"PickItemId": "f7643578-dff0-47a9-85c2-5d9f0fea2149",
"SourceLocationId": "ce47b67a-7e64-4aba-be85-09d327dc2ca9",
"ProdVariableQuantity": true,
"BatchId": "85a92411-f856-46e1-bad1-f92363e02065",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:36:56.6156097+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "39d8b522-2ae9-4cfc-a05a-18be4634c35d"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"