GET api/ItemView/NoneLocatedItem/Client/{ClientId}/User/{SystemUserId}/Warehouse/{WareHouseId}/DispatchLocation/{DispatchLocationId}
Get all none located items
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| SystemUserId | globally unique identifier |
Required |
|
| WareHouseId | globally unique identifier |
Required |
|
| DispatchLocationId | 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": "5697e8cc-05be-4456-a40f-470e80fad5d3",
"OwnerId": "f3dd26b0-7bb8-4ae4-a960-d910fb099ab3",
"CustomerId": "b26503ba-ea7b-4a7d-8caa-52b56abde6ee",
"DispatchLocationId": "a5932102-958b-4a50-9522-2c82842d1d25",
"LocationId": "20bb3076-c55f-4f26-a637-d52b4cf13d07",
"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": "cddfe7c3-f43c-486d-bc49-40fe67e3940c",
"SalesOrderLineId": "da09d301-c1a6-4ed6-9d2f-906a81775c02",
"SSCCNumber": "sample string 19",
"ProductId": "1c379cd1-0db8-4cf1-92bc-343a0679b055",
"PangId": "099c4b8c-66ca-45ed-96f0-ea654e1d4259",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "74906224-58f7-4391-aeb5-b3820d7cd51c",
"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:43:54.666835+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "cb3b0798-5db2-4898-a1dc-22e742d04839",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:43:54.666835+02:00"
},
{
"Id": "5697e8cc-05be-4456-a40f-470e80fad5d3",
"OwnerId": "f3dd26b0-7bb8-4ae4-a960-d910fb099ab3",
"CustomerId": "b26503ba-ea7b-4a7d-8caa-52b56abde6ee",
"DispatchLocationId": "a5932102-958b-4a50-9522-2c82842d1d25",
"LocationId": "20bb3076-c55f-4f26-a637-d52b4cf13d07",
"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": "cddfe7c3-f43c-486d-bc49-40fe67e3940c",
"SalesOrderLineId": "da09d301-c1a6-4ed6-9d2f-906a81775c02",
"SSCCNumber": "sample string 19",
"ProductId": "1c379cd1-0db8-4cf1-92bc-343a0679b055",
"PangId": "099c4b8c-66ca-45ed-96f0-ea654e1d4259",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "74906224-58f7-4391-aeb5-b3820d7cd51c",
"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:43:54.666835+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "cb3b0798-5db2-4898-a1dc-22e742d04839",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:43:54.666835+02:00"
}
]