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": "a1fc4b24-75d6-47c7-88da-8d71fc3fee16",
"UserName": "sample string 2",
"CompanyId": "5782de0e-f769-4b08-b35a-31016ad51ca3",
"Quantity": 4.0,
"VariableQuantity": 5.0,
"PangId": "2ee6d8f9-cc36-47ee-a9ab-1a135f49ad92",
"PangQuantityBase": 7.0,
"ProdName": "sample string 8",
"SalesOrderLineId": "5ec3c307-5fcb-476c-a1e4-dcd9cf58eb07",
"PickItemId": "95920e05-bbe9-4bc0-af79-240231728c63",
"SourceItemId": "c1319437-5e8a-44e7-b678-3cf147a9dba5",
"SourceItemLocationId": "d060ab11-ff2b-48a0-9995-7663ebfcde43",
"ProdVariableQuantity": true,
"BatchId": "f52d1faf-98c4-41b1-8dc5-4bc309a5047f",
"BatchNumber": "sample string 15",
"BestBefore": "2026-06-25T16:10:58.3152473+02:00",
"SerialNumber": "sample string 17",
"ReceiveLineId": "9cb80787-dc06-4d40-bd62-24a889f95b8b"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"