GET api/Item/UnfinishedItems/LocationId/{locationId}
Get all unfinished items on specific location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | 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": "912e9734-d5b4-4bd4-bf20-03496d2c67ad",
"OwnerId": "8c69b1ba-ecd9-41cc-b461-a46db4ae8206",
"CustomerId": "c389ccc2-37ec-49d9-96c2-f7698d65d1c5",
"DispatchLocationId": "3ac4a9b7-ee29-4475-8423-a2536999259a",
"LocationId": "412bd7b9-8012-417c-9ecd-4973be33ecbc",
"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": "eb80f0de-39fa-431b-89b9-0ac8a7d27024",
"SalesOrderLineId": "c405d094-e404-4f82-bf04-d94b8273c8a6",
"SSCCNumber": "sample string 19",
"ProductId": "d97293a8-ed11-4aab-8519-b997cb7422c3",
"PangId": "9c5ec83e-8274-4a4a-b78c-43b2d480cca4",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "547a1f11-5829-43ee-a895-5d475d40c989",
"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-06-25T16:43:38.225304+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "4f716f79-4a69-4909-a5e3-c04303568eee",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:43:38.225304+02:00"
},
{
"Id": "912e9734-d5b4-4bd4-bf20-03496d2c67ad",
"OwnerId": "8c69b1ba-ecd9-41cc-b461-a46db4ae8206",
"CustomerId": "c389ccc2-37ec-49d9-96c2-f7698d65d1c5",
"DispatchLocationId": "3ac4a9b7-ee29-4475-8423-a2536999259a",
"LocationId": "412bd7b9-8012-417c-9ecd-4973be33ecbc",
"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": "eb80f0de-39fa-431b-89b9-0ac8a7d27024",
"SalesOrderLineId": "c405d094-e404-4f82-bf04-d94b8273c8a6",
"SSCCNumber": "sample string 19",
"ProductId": "d97293a8-ed11-4aab-8519-b997cb7422c3",
"PangId": "9c5ec83e-8274-4a4a-b78c-43b2d480cca4",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "547a1f11-5829-43ee-a895-5d475d40c989",
"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-06-25T16:43:38.225304+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "4f716f79-4a69-4909-a5e3-c04303568eee",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:43:38.225304+02:00"
}
]