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": "32b67331-39db-4f47-b90b-a7abb51b842e",
"OwnerId": "4c213324-149c-45d0-9ef3-d7b498923944",
"CustomerId": "5a4d09c1-07f6-4e60-9e7d-f3f6d9d5df3e",
"DispatchLocationId": "82c0c60c-65ba-4173-b22a-fd8b79da7931",
"LocationId": "8fed2a4d-9f2c-49d6-8b4d-c8f5921f6442",
"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": "c054c869-77e2-4cbb-b31a-c27e26ef38cb",
"SalesOrderLineId": "4e35a239-946d-4cca-a618-1b524faa47bb",
"SSCCNumber": "sample string 19",
"ProductId": "45d7a1e1-42bb-4ee2-a9b7-10ec728b69bc",
"PangId": "58818f00-05a3-40ee-ab8d-9ed72cac2fc3",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "c7d6248a-f75f-427e-aae4-1df4715663d5",
"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-25T11:35:56.2629763+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "158e6ac9-5b8d-4cdd-8392-699f281604b8",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T11:35:56.2629763+02:00"
},
{
"Id": "32b67331-39db-4f47-b90b-a7abb51b842e",
"OwnerId": "4c213324-149c-45d0-9ef3-d7b498923944",
"CustomerId": "5a4d09c1-07f6-4e60-9e7d-f3f6d9d5df3e",
"DispatchLocationId": "82c0c60c-65ba-4173-b22a-fd8b79da7931",
"LocationId": "8fed2a4d-9f2c-49d6-8b4d-c8f5921f6442",
"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": "c054c869-77e2-4cbb-b31a-c27e26ef38cb",
"SalesOrderLineId": "4e35a239-946d-4cca-a618-1b524faa47bb",
"SSCCNumber": "sample string 19",
"ProductId": "45d7a1e1-42bb-4ee2-a9b7-10ec728b69bc",
"PangId": "58818f00-05a3-40ee-ab8d-9ed72cac2fc3",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "c7d6248a-f75f-427e-aae4-1df4715663d5",
"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-25T11:35:56.2629763+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "158e6ac9-5b8d-4cdd-8392-699f281604b8",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T11:35:56.2629763+02:00"
}
]