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": "e96cc83f-5631-4111-81f4-ea834e3a96ff",
"CompanyId": "044d8de3-dfcd-4b82-919c-b86acbe1d8a4",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "1c968bb5-874f-4895-871a-040c3088a852",
"ProdName": "sample string 6",
"SalesOrderLineId": "cbc5b335-b445-4864-83fb-030ba10c7570",
"PickItemId": "1e154b52-f50d-45f2-9015-06bc27287c1f",
"SourceLocationId": "c96313dc-13b4-470c-b3ff-9f63ecfd5966",
"ProdVariableQuantity": true,
"BatchId": "7cf366a3-c0b9-4ae7-bd1d-0a60554a1cc1",
"BatchNumber": "sample string 12",
"BestBefore": "2026-06-25T16:30:43.2738605+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "6ab98c5b-083c-4a2d-b405-362c6d97a3a0"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"