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": "035ee10a-ad0e-4d6a-ab97-d03b6ae498be",
"CompanyId": "7ecbf1fd-6254-49e8-ac61-4ae204a74458",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "74854719-c2a7-4811-a2ce-5b9a63d0bc6f",
"ProdName": "sample string 6",
"SalesOrderLineId": "03917996-5f2b-43a9-b6f0-79c64fad6a5d",
"PickItemId": "7721f2e0-b52b-4e5f-a0c6-052f1209dc6a",
"SourceLocationId": "1e9e1ed8-da5c-47b9-8e02-fff2979de140",
"ProdVariableQuantity": true,
"BatchId": "630a0b76-7b7f-461f-bf05-9e4f0de3155b",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:35:20.35562+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "c0ec8e7d-46f5-4e56-82ae-9d39acf3fb00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"