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": "a4f40f4e-787a-4856-8893-8053c1c150ad",
"OwnerId": "3994f15b-534a-4d81-98d7-bef8c592fb64",
"CustomerId": "1bbabbce-ab49-45d8-94f3-e96450ce484e",
"DispatchLocationId": "27e00569-0f0b-45d9-8623-aed56ea76ea8",
"LocationId": "c10187da-e44b-475f-8b74-a48f25b3d143",
"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": "9bcc85af-8909-4c61-94ec-3a8096e0bcb6",
"SalesOrderLineId": "8a6c6bd2-a7eb-4686-9a2d-948d928f7a99",
"SSCCNumber": "sample string 19",
"ProductId": "cc5d46cd-8221-4adf-a7d5-93d03b9aeefe",
"PangId": "5d718f82-31f7-4049-bfac-dcac101ce6ed",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "f975eedb-4b27-42c8-a3ab-d74893d79aa1",
"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:22:56.6956413+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "ad5387f6-0623-4d38-856f-3ebd0680eeb8",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:22:56.6956413+02:00"
},
{
"Id": "a4f40f4e-787a-4856-8893-8053c1c150ad",
"OwnerId": "3994f15b-534a-4d81-98d7-bef8c592fb64",
"CustomerId": "1bbabbce-ab49-45d8-94f3-e96450ce484e",
"DispatchLocationId": "27e00569-0f0b-45d9-8623-aed56ea76ea8",
"LocationId": "c10187da-e44b-475f-8b74-a48f25b3d143",
"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": "9bcc85af-8909-4c61-94ec-3a8096e0bcb6",
"SalesOrderLineId": "8a6c6bd2-a7eb-4686-9a2d-948d928f7a99",
"SSCCNumber": "sample string 19",
"ProductId": "cc5d46cd-8221-4adf-a7d5-93d03b9aeefe",
"PangId": "5d718f82-31f7-4049-bfac-dcac101ce6ed",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "f975eedb-4b27-42c8-a3ab-d74893d79aa1",
"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:22:56.6956413+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "ad5387f6-0623-4d38-856f-3ebd0680eeb8",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T16:22:56.6956413+02:00"
}
]