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": "5b13b450-041a-4156-8ec4-14600896d5d9",
"OwnerId": "26e0da6d-8dd9-43c8-9360-3d21c067e356",
"CustomerId": "a63a409e-63e8-4baa-b3bf-dd43b7466dd2",
"DispatchLocationId": "9a8f114b-599a-4f1c-be70-7b14cbc1e7e3",
"LocationId": "19f15b5f-374c-43c6-a90b-9d3fa8bfcd5a",
"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": "c82d917a-2fa3-45e4-ac63-c1013b30fc70",
"SalesOrderLineId": "06ca44e7-d770-431b-bfbf-9711fcdffed2",
"SSCCNumber": "sample string 19",
"ProductId": "f454169e-ed25-4805-b01b-755845f83b59",
"PangId": "5f3706d3-5732-4a8c-b483-66a7f442ad9a",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "c8f1cd53-f044-49f9-8405-74a3ff486346",
"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:45:04.1643587+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "a5dd1a56-2e63-44b2-9c9b-6d7d457ab400",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:45:04.1643587+02:00"
},
{
"Id": "5b13b450-041a-4156-8ec4-14600896d5d9",
"OwnerId": "26e0da6d-8dd9-43c8-9360-3d21c067e356",
"CustomerId": "a63a409e-63e8-4baa-b3bf-dd43b7466dd2",
"DispatchLocationId": "9a8f114b-599a-4f1c-be70-7b14cbc1e7e3",
"LocationId": "19f15b5f-374c-43c6-a90b-9d3fa8bfcd5a",
"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": "c82d917a-2fa3-45e4-ac63-c1013b30fc70",
"SalesOrderLineId": "06ca44e7-d770-431b-bfbf-9711fcdffed2",
"SSCCNumber": "sample string 19",
"ProductId": "f454169e-ed25-4805-b01b-755845f83b59",
"PangId": "5f3706d3-5732-4a8c-b483-66a7f442ad9a",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "c8f1cd53-f044-49f9-8405-74a3ff486346",
"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:45:04.1643587+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "a5dd1a56-2e63-44b2-9c9b-6d7d457ab400",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:45:04.1643587+02:00"
}
]