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": "0c29651f-1874-4b12-9aba-11aee0e5e7ff",
"OwnerId": "a194c2c6-dc88-4658-97be-657fdd8452c7",
"CustomerId": "1c657769-bd51-4ad2-a036-50afe90818fa",
"DispatchLocationId": "a2ed4e70-f1ee-438d-a3dc-d1c7120fca81",
"LocationId": "a91c7669-cfd9-421f-a4dd-353bcde6e0ba",
"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": "507e665b-fbdf-4b41-adb7-1a854837425b",
"SalesOrderLineId": "f8092623-e701-4201-a640-fc5c166e31a5",
"SSCCNumber": "sample string 19",
"ProductId": "de2e60c3-af2c-48b7-98df-7925adf7a012",
"PangId": "05cc8f41-0b80-46a4-b51b-224a2bbfa2cf",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "396ed95d-0e24-4023-93d4-342659b3dff0",
"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:44:01.6091835+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "3db6a616-9df6-4a6c-a2ea-64ed1f46b784",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:44:01.6091835+02:00"
},
{
"Id": "0c29651f-1874-4b12-9aba-11aee0e5e7ff",
"OwnerId": "a194c2c6-dc88-4658-97be-657fdd8452c7",
"CustomerId": "1c657769-bd51-4ad2-a036-50afe90818fa",
"DispatchLocationId": "a2ed4e70-f1ee-438d-a3dc-d1c7120fca81",
"LocationId": "a91c7669-cfd9-421f-a4dd-353bcde6e0ba",
"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": "507e665b-fbdf-4b41-adb7-1a854837425b",
"SalesOrderLineId": "f8092623-e701-4201-a640-fc5c166e31a5",
"SSCCNumber": "sample string 19",
"ProductId": "de2e60c3-af2c-48b7-98df-7925adf7a012",
"PangId": "05cc8f41-0b80-46a4-b51b-224a2bbfa2cf",
"Quantity": 22.0,
"NetWeight": 23.0,
"GrossWeight": 24.0,
"PackingTypeId": "396ed95d-0e24-4023-93d4-342659b3dff0",
"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:44:01.6091835+02:00",
"TemperatureControlled": 37,
"TemperatureControlledDescription": "sample string 38",
"ParentItemId": "3db6a616-9df6-4a6c-a2ea-64ed1f46b784",
"IsCampaignItem": true,
"HasChildren": true,
"ProductionDate": "2026-08-24T14:44:01.6091835+02:00"
}
]