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": [
"97ba3802-cbe7-40de-a127-0669cecce312",
"3c3f9a71-f23e-42c7-9bb6-dbcddc69bf18"
],
"WarehouseLocationIdList": [
"4209e699-f2da-4ee3-972d-aba5913eec95",
"1720c360-7908-46e1-abd3-18673cdbd0ac"
]
}
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": "780404f8-8fbf-4891-8e92-f61af80455d3",
"ItemId": "2419c35f-2ccb-4f63-bbbe-ffea4a14634a",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T10:46:57.420978+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "53f81af9-5652-4ed4-92a6-e68d7962a5ac",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T10:46:57.420978+02:00",
"LocationId": "069c27ff-cb41-427b-93ff-62ac9bfa1f25",
"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": "780404f8-8fbf-4891-8e92-f61af80455d3",
"ItemId": "2419c35f-2ccb-4f63-bbbe-ffea4a14634a",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T10:46:57.420978+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "53f81af9-5652-4ed4-92a6-e68d7962a5ac",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T10:46:57.420978+02:00",
"LocationId": "069c27ff-cb41-427b-93ff-62ac9bfa1f25",
"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"
}
]