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": "02dc3ef5-c908-44ca-a32a-fefa006e1ffd",
"CompanyId": "18c64851-d444-4107-a928-93bb9e6d6658",
"Quantity": 3.0,
"QuantityBase": 4.0,
"PangId": "0f735e6c-226e-4c9c-aa7e-0fa32a950aa6",
"ProdName": "sample string 6",
"SalesOrderLineId": "7f1fa68f-7c4c-47b1-8bbf-7cec576654e5",
"PickItemId": "1a374492-1f64-4a45-87eb-e31ce877ad37",
"SourceLocationId": "fd30c911-3d05-495a-9838-8faac5abd3f0",
"ProdVariableQuantity": true,
"BatchId": "48659efb-9c10-4292-ac84-b2f21e664d2d",
"BatchNumber": "sample string 12",
"BestBefore": "2026-08-24T14:50:27.28189+02:00",
"SerialNumber": "sample string 14",
"ReceiveLineId": "504ad486-3b9c-448d-aadf-ca36d93fa102"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"