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": "6a1ed409-7472-411a-8790-ce8c14a1b2ed",
"CompanyId": "cd95d5d0-f051-4ea8-bfdc-e51e16ef72f7",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "fc38b475-d876-47b2-9b0a-89deb8d33420",
"ProdName": "sample string 6",
"SalesOrderLineId": "cc21879b-c315-43dd-a535-e6e0c59d49ff",
"PickItemId": "00c35253-cec8-452d-8272-0e31fcfe4065",
"SourceLocationId": "429147dc-12f7-493c-8df3-855c28eda1ac",
"ProdVariableQuantity": true,
"BatchId": "2457c2c8-f52e-40ab-a797-6b3fa532ef93",
"BatchNumber": "sample string 12",
"BestBefore": "2026-06-25T10:46:58.217863+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "46866e9d-b607-4b79-bbb3-78c491e0bb77"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"