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": "42216500-e198-4db6-b507-12f9bea1491f",
"OwnerId": "650cae98-81b7-45c2-b57a-e03317eb6507",
"CustomerId": "e61a056d-aa9f-4e13-8aca-f23031243da9",
"DispatchLocationId": "7d0444db-3999-4b88-938a-355c0c4657a0",
"LocationId": "3bbc2cbc-ba1a-4796-ae29-0219e6335a31",
"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": "100b6ac7-dfaa-4c80-8b42-d6024b2432fe",
"SalesOrderLineId": "ff315bfb-5d3d-4cf7-97a5-5eaaed12ae89",
"SSCCNumber": "sample string 19",
"ProductId": "513bd6b1-bd38-47da-85c5-c92c00937ad1",
"PangId": "e5b69012-57cd-45ec-831f-010d99fc345c",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "28bbea3e-15b9-4c72-b275-fb3085a257b3",
"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:42:52.3674665+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "127a94d3-3d3b-4a1d-9536-becd754fba76",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:42:52.3674665+02:00"
},
{
"Id": "42216500-e198-4db6-b507-12f9bea1491f",
"OwnerId": "650cae98-81b7-45c2-b57a-e03317eb6507",
"CustomerId": "e61a056d-aa9f-4e13-8aca-f23031243da9",
"DispatchLocationId": "7d0444db-3999-4b88-938a-355c0c4657a0",
"LocationId": "3bbc2cbc-ba1a-4796-ae29-0219e6335a31",
"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": "100b6ac7-dfaa-4c80-8b42-d6024b2432fe",
"SalesOrderLineId": "ff315bfb-5d3d-4cf7-97a5-5eaaed12ae89",
"SSCCNumber": "sample string 19",
"ProductId": "513bd6b1-bd38-47da-85c5-c92c00937ad1",
"PangId": "e5b69012-57cd-45ec-831f-010d99fc345c",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "28bbea3e-15b9-4c72-b275-fb3085a257b3",
"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:42:52.3674665+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "127a94d3-3d3b-4a1d-9536-becd754fba76",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:42:52.3674665+02:00"
}
]