GET api/ItemView/AllocatedItemBySalesOrderLineCanSplit/Client/{ClientId}/User/{SystemUserId}/SalesOrderLine/{SalesOrderLineId}
Get all items on salesorderline / cansplit
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| SystemUserId | globally unique identifier |
Required |
|
| SalesOrderLineId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Item| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LocationNumber | string |
None. |
|
| LocationName | string |
None. |
|
| DispatchLocationNumber | integer |
None. |
|
| DispatchLocationName | string |
None. |
|
| WareHouseNumber | integer |
None. |
|
| WareHouseName | string |
None. |
|
| RackNumber | integer |
None. |
|
| WidthNumber | integer |
None. |
|
| HeightNumber | integer |
None. |
|
| ProdNumber | string |
None. |
|
| ProdName | string |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| SalesOrderLineId | globally unique identifier |
None. |
|
| SSCCNumber | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| PangId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| GrossWeight | decimal number |
None. |
|
| PackingTypeId | globally unique identifier |
None. |
|
| PackingTypeName | string |
None. |
|
| PackingTypeCode | string |
None. |
|
| PackingTypeWeight | decimal number |
None. |
|
| CanSplit | boolean |
None. |
|
| IsPicked | boolean |
None. |
|
| IsDelivered | boolean |
None. |
|
| IsUnfinished | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| RestrictedLevel | integer |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| TemperatureControlled | integer |
None. |
|
| TemperatureControlledDescription | string |
None. |
|
| ParentItemId | globally unique identifier |
None. |
|
| IsCampaignItem | boolean |
None. |
|
| HasChildren | boolean |
None. |
|
| ProductionDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "49db3be8-0937-45e8-aac2-78763313f52f",
"OwnerId": "4ea71f83-6a5f-4522-9ee0-2e8f12f21f1b",
"CustomerId": "fcd178eb-077e-4478-91ba-a74c94d90613",
"DispatchLocationId": "126caf8c-694b-4a35-a9e7-2435c02f57d2",
"LocationId": "c16cbb1b-0bd5-41b0-adb1-049e23eb17c2",
"LocationNumber": "sample string 6",
"LocationName": "sample string 7",
"DispatchLocationNumber": 8,
"DispatchLocationName": "sample string 9",
"WareHouseNumber": 10,
"WareHouseName": "sample string 11",
"RackNumber": 12,
"WidthNumber": 13,
"HeightNumber": 14,
"ProdNumber": "sample string 15",
"ProdName": "sample string 16",
"SalesOrderId": "9160322c-f54e-4cee-94f0-ea88b81e709d",
"SalesOrderLineId": "2b24dd08-e684-40fe-8d1c-49ee4a092650",
"SSCCNumber": "sample string 19",
"ProductId": "dbb1f92d-c5be-41f4-8671-aa460a77342a",
"PangId": "8b16e3b3-c25a-46fd-9932-3149fc0cf4d9",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "417e5bcf-7e14-4ba4-9d3c-da92d38f9dcf",
"PackingTypeName": "sample string 26",
"PackingTypeCode": "sample string 27",
"PackingTypeWeight": 28.0,
"CanSplit": true,
"IsPicked": true,
"IsDelivered": true,
"IsUnfinished": true,
"Deleted": true,
"RestrictedLevel": 34,
"BatchNumber": "sample string 35",
"BestBefore": "2026-08-24T14:36:40.8779627+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "0650c8cb-d5a9-4d74-9837-5637adbc9915",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:36:40.8779627+02:00"
},
{
"Id": "49db3be8-0937-45e8-aac2-78763313f52f",
"OwnerId": "4ea71f83-6a5f-4522-9ee0-2e8f12f21f1b",
"CustomerId": "fcd178eb-077e-4478-91ba-a74c94d90613",
"DispatchLocationId": "126caf8c-694b-4a35-a9e7-2435c02f57d2",
"LocationId": "c16cbb1b-0bd5-41b0-adb1-049e23eb17c2",
"LocationNumber": "sample string 6",
"LocationName": "sample string 7",
"DispatchLocationNumber": 8,
"DispatchLocationName": "sample string 9",
"WareHouseNumber": 10,
"WareHouseName": "sample string 11",
"RackNumber": 12,
"WidthNumber": 13,
"HeightNumber": 14,
"ProdNumber": "sample string 15",
"ProdName": "sample string 16",
"SalesOrderId": "9160322c-f54e-4cee-94f0-ea88b81e709d",
"SalesOrderLineId": "2b24dd08-e684-40fe-8d1c-49ee4a092650",
"SSCCNumber": "sample string 19",
"ProductId": "dbb1f92d-c5be-41f4-8671-aa460a77342a",
"PangId": "8b16e3b3-c25a-46fd-9932-3149fc0cf4d9",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "417e5bcf-7e14-4ba4-9d3c-da92d38f9dcf",
"PackingTypeName": "sample string 26",
"PackingTypeCode": "sample string 27",
"PackingTypeWeight": 28.0,
"CanSplit": true,
"IsPicked": true,
"IsDelivered": true,
"IsUnfinished": true,
"Deleted": true,
"RestrictedLevel": 34,
"BatchNumber": "sample string 35",
"BestBefore": "2026-08-24T14:36:40.8779627+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "0650c8cb-d5a9-4d74-9837-5637adbc9915",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:36:40.8779627+02:00"
}
]