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": "228d04ad-62bf-4b34-9c43-e6f7213280c5",
"CompanyId": "2f84d8c1-ed6c-4441-8f90-4bcf6aaa7018",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "54edce13-55bb-4e38-b6d3-4159f1837a4e",
"ProdName": "sample string 6",
"SalesOrderLineId": "72b8e039-ef65-488b-b1aa-0e0ba16c1304",
"PickItemId": "ff0a3a19-56c5-490b-8dde-2444f760eeea",
"SourceLocationId": "5803ba08-36d9-4ae7-a19e-10b934ae5955",
"ProdVariableQuantity": true,
"BatchId": "1370ba91-5a83-484e-801b-8fba973e785b",
"BatchNumber": "sample string 12",
"BestBefore": "2026-06-25T16:10:53.2337358+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "ab1435da-a274-4dfd-84d1-dbf347f0ef25"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"