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": "76ef0c81-c05c-43a2-877b-1cfd51f5d04d",
"CompanyId": "95d73f81-7e5a-407e-9283-3b98e3774a6b",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "d74ed188-1259-4bf5-9557-ee0b8881cbf0",
"ProdName": "sample string 6",
"SalesOrderLineId": "06ce9142-b9db-4b64-832b-5662cf40ae38",
"PickItemId": "bfdf58c0-d4eb-4ce0-8d85-af107f084e32",
"SourceLocationId": "91e8f0be-1f25-446b-a2a9-ab965178042e",
"ProdVariableQuantity": true,
"BatchId": "91599e85-9a7c-4595-8178-39d976bd6705",
"BatchNumber": "sample string 12",
"BestBefore": "2026-06-25T16:53:13.0148456+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "625428f3-4599-4078-9bd3-16bfbb0f01c5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"