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": "4cb6426f-4338-4443-99b2-0c0f072eafe2",
"OwnerId": "1bc971b6-4c5b-4202-a8d9-b4a6de4b9617",
"CustomerId": "c01a3d27-222b-4467-9196-150677893b67",
"DispatchLocationId": "edac3761-be4b-4dff-b4dd-186bf7ad79a7",
"LocationId": "10c16ed8-a29c-497f-ab8d-bba5c5c49745",
"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": "a20c6e1b-7739-4c94-9fbc-e3ad0273ef71",
"SalesOrderLineId": "78f5f0ab-0aee-4010-871b-a269c55b9da1",
"SSCCNumber": "sample string 19",
"ProductId": "5a87d7dc-0721-4765-a3cb-bcfcc099a373",
"PangId": "f71bf961-fc83-4cee-89e8-ec9517edcb12",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "1230f8a6-bb8e-439f-b6b9-30162d056d63",
"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-25T10:46:57.3272241+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "ba0791f1-5598-4a58-8b70-fccaf52ea80e",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T10:46:57.3272241+02:00"
},
{
"Id": "4cb6426f-4338-4443-99b2-0c0f072eafe2",
"OwnerId": "1bc971b6-4c5b-4202-a8d9-b4a6de4b9617",
"CustomerId": "c01a3d27-222b-4467-9196-150677893b67",
"DispatchLocationId": "edac3761-be4b-4dff-b4dd-186bf7ad79a7",
"LocationId": "10c16ed8-a29c-497f-ab8d-bba5c5c49745",
"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": "a20c6e1b-7739-4c94-9fbc-e3ad0273ef71",
"SalesOrderLineId": "78f5f0ab-0aee-4010-871b-a269c55b9da1",
"SSCCNumber": "sample string 19",
"ProductId": "5a87d7dc-0721-4765-a3cb-bcfcc099a373",
"PangId": "f71bf961-fc83-4cee-89e8-ec9517edcb12",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "1230f8a6-bb8e-439f-b6b9-30162d056d63",
"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-25T10:46:57.3272241+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "ba0791f1-5598-4a58-8b70-fccaf52ea80e",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-06-25T10:46:57.3272241+02:00"
}
]