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": "32c68a3d-a579-4c49-9d38-aa5d1b9f5c37",
"CompanyId": "cd3a273b-562b-4cf7-b635-4461e4e26cde",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "3827c8f0-8e95-45a6-962c-08df4d90a3ac",
"ProdName": "sample string 6",
"SalesOrderLineId": "227d0b04-6774-4c32-b438-15d35138580e",
"PickItemId": "8cdab580-9c5b-4554-b1a4-593435295c1b",
"SourceLocationId": "d3830427-5f79-44a9-9840-99575f7a65ab",
"ProdVariableQuantity": true,
"BatchId": "116975de-5a81-4572-b615-2a85e49200d7",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:34:25.9239899+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "cbee7651-d52c-4a30-8806-8528f4be34e2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"