POST api/AllocatedCompleteItem/V2/All/ExtendedLocationFilter/{OwnerId}
V2: Get all complete items allocated within the LocationFilter parameter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId |
Company id |
globally unique identifier |
Required |
Body Parameters
location filter for dispatch location and warehouse
LocationFilterParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| DispatchLocationIdList | Collection of globally unique identifier |
None. |
|
| WarehouseLocationIdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DispatchLocationIdList": [
"2e48d4b7-5cd8-4594-be74-14dbb8ab8014",
"b1eeb6ee-5afc-4072-9fa3-eed73ee4bbea"
],
"WarehouseLocationIdList": [
"df3360df-a0a1-417f-b4e3-def1d53cb6d8",
"ac9e8364-bd23-44df-817f-1754bb9f18be"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
list of allocated complete items
Collection of AllocatedCompleteItemV2| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | globally unique identifier |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| SSCC | string |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| GrossWeight | decimal number |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| SalesOrderNumber | string |
None. |
|
| ExtOrderNumber | string |
None. |
|
| PurchaseOrderNumber | string |
None. |
|
| DeliveryDate | date |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LocationStoreNo | string |
None. |
|
| LocationName | string |
None. |
|
| DispatchNo | integer |
None. |
|
| DispatchName | string |
None. |
|
| WarehouseNo | integer |
None. |
|
| WarehouseName | string |
None. |
|
| RackNo | integer |
None. |
|
| WidthNo | integer |
None. |
|
| HeightNo | integer |
None. |
|
| CustomerNumber | string |
None. |
|
| CustomerName | string |
None. |
|
| ProductNumber | string |
None. |
|
| ProductName | string |
None. |
|
| IsPicked | boolean |
None. |
|
| DeliveryAddressName | string |
None. |
|
| UltimateAddressName | string |
None. |
|
| Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductId": "8d82bf82-19e7-473d-96c7-9ff203a15cd4",
"ItemId": "f97b8507-8efa-41d5-b4ab-5eacaaa4c2d9",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-08-24T14:37:09.5233339+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "dfb7d4a9-e386-4c6c-bdf4-5c5e6b1c8e1a",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-08-24T14:37:09.5233339+02:00",
"LocationId": "11fd0ba3-a60b-4af4-8f37-71e4382b85ec",
"LocationStoreNo": "sample string 15",
"LocationName": "sample string 16",
"DispatchNo": 17,
"DispatchName": "sample string 18",
"WarehouseNo": 19,
"WarehouseName": "sample string 20",
"RackNo": 21,
"WidthNo": 22,
"HeightNo": 23,
"CustomerNumber": "sample string 24",
"CustomerName": "sample string 25",
"ProductNumber": "sample string 26",
"ProductName": "sample string 27",
"IsPicked": true,
"DeliveryAddressName": "sample string 29",
"UltimateAddressName": "sample string 30",
"Comment": "sample string 31"
},
{
"ProductId": "8d82bf82-19e7-473d-96c7-9ff203a15cd4",
"ItemId": "f97b8507-8efa-41d5-b4ab-5eacaaa4c2d9",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-08-24T14:37:09.5233339+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "dfb7d4a9-e386-4c6c-bdf4-5c5e6b1c8e1a",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-08-24T14:37:09.5233339+02:00",
"LocationId": "11fd0ba3-a60b-4af4-8f37-71e4382b85ec",
"LocationStoreNo": "sample string 15",
"LocationName": "sample string 16",
"DispatchNo": 17,
"DispatchName": "sample string 18",
"WarehouseNo": 19,
"WarehouseName": "sample string 20",
"RackNo": 21,
"WidthNo": 22,
"HeightNo": 23,
"CustomerNumber": "sample string 24",
"CustomerName": "sample string 25",
"ProductNumber": "sample string 26",
"ProductName": "sample string 27",
"IsPicked": true,
"DeliveryAddressName": "sample string 29",
"UltimateAddressName": "sample string 30",
"Comment": "sample string 31"
}
]