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": [
"ff75c582-24a8-4f5b-bba0-6b0791ce2d54",
"d1d4953e-12ac-4ded-a9e3-05b727497d31"
],
"WarehouseLocationIdList": [
"38b3cfe6-eb72-4d54-b052-0dde1c4ddb0f",
"e0a6b1d1-31bc-4bcf-bd93-73764fcfa1c7"
]
}
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": "6391a904-f777-4632-bde0-0f882d5b9f92",
"ItemId": "fee85434-dc99-43c6-92eb-18c724391408",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T16:35:52.6903408+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "27d2ca73-a0ab-4b5d-a637-d99468d9f837",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T16:35:52.6903408+02:00",
"LocationId": "c1df5afa-a01b-4f1f-8b4a-30edb366a847",
"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": "6391a904-f777-4632-bde0-0f882d5b9f92",
"ItemId": "fee85434-dc99-43c6-92eb-18c724391408",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T16:35:52.6903408+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "27d2ca73-a0ab-4b5d-a637-d99468d9f837",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T16:35:52.6903408+02:00",
"LocationId": "c1df5afa-a01b-4f1f-8b4a-30edb366a847",
"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"
}
]