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": "46908d79-3c90-47a6-a3cb-a9e24f401ea5",
"CompanyId": "61fa6228-e30e-4fc4-83ab-f8f1f3c08878",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "234643fb-5b3b-4492-96db-3b571a993f8c",
"ProdName": "sample string 6",
"SalesOrderLineId": "1c2df02f-2e04-4bf2-a77b-ed25ca417013",
"PickItemId": "76cfe9d9-323f-4019-935d-283da07d06c1",
"SourceLocationId": "a76488a5-babc-48b6-846f-0468e95b3a14",
"ProdVariableQuantity": true,
"BatchId": "f9a45ab3-886c-41ed-8d62-7475c2afe8a3",
"BatchNumber": "sample string 12",
"BestBefore": "2026-06-25T16:13:27.4931032+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "8162bdd6-b8ce-4c99-94e8-6d3b6da01c79"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"