POST api/Pick/UnallocatedSplitItem
Save unallocated split item pick
Request Information
URI Parameters
None.
Body Parameters
SplitItemUnallocatedPickParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| VariableQuantity | decimal number |
None. |
|
| PangId | globally unique identifier |
None. |
|
| PangQuantityBase | decimal number |
None. |
|
| ProdName | string |
None. |
|
| SalesOrderLineId | globally unique identifier |
None. |
|
| PickItemId | globally unique identifier |
None. |
|
| SourceItemId | globally unique identifier |
None. |
|
| SourceItemLocationId | 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": "7ecd64e8-c43f-479d-af13-ad3e78538f63",
"UserName": "sample string 2",
"CompanyId": "6c6fd1e7-ee43-438a-bfb8-120e940e0a79",
"Quantity": 4.0,
"VariableQuantity": 5.0,
"PangId": "55f5da37-bb1a-49d9-81bb-b60b648cb2d2",
"PangQuantityBase": 7.0,
"ProdName": "sample string 8",
"SalesOrderLineId": "2aed9b55-6cae-4327-96e8-7804b3fa589c",
"PickItemId": "dcde3d2d-8d7b-435d-881f-f3403dbae615",
"SourceItemId": "da6a905e-e6ba-4e7d-a527-188ac791fd00",
"SourceItemLocationId": "79b987a6-686b-48f0-b51b-5a5bbae56a38",
"ProdVariableQuantity": true,
"BatchId": "b7d0fa3d-7a35-4517-81c0-c8e33f0f220c",
"BatchNumber": "sample string 15",
"BestBefore": "2026-08-24T14:19:01.0300828+02:00",
"SerialNumber": "sample string 17",
"ReceiveLineId": "3ef175d8-6af0-4206-bc00-4f7f44474cc8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"