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": "d09e87da-b964-4312-b299-4b5cc06f3124",
"CompanyId": "130c32a3-d3a3-4dae-aae9-8d8b528f0977",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "973b27fc-1b6c-430b-9ba0-1de9114ff83a",
"ProdName": "sample string 6",
"SalesOrderLineId": "a01c0be0-ee94-4db7-9220-58de8afea98f",
"PickItemId": "1fd02044-8a55-4a0b-b606-d122a42b518f",
"SourceLocationId": "20ff222c-fe6a-4828-bd1b-af8f637215f7",
"ProdVariableQuantity": true,
"BatchId": "293577ac-1888-4046-a89b-44f689aa895e",
"BatchNumber": "sample string 12",
"BestBefore": "2026-06-25T11:36:00.9192837+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "b70cfbc6-7259-4e4a-b6ca-ded0b559c6cb"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"