POST api/AllocatedCompleteItem/V2/All/Picked/ExtendedLocationFilter/{OwnerId}
V2: Get all complete items allocated and picked within the DispatchLocationIdList parameter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId |
Company id |
globally unique identifier |
Required |
Body Parameters
location filter for dispatch location
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "674ce029-c07e-4e9e-8449-5625b3a324d3", "acf64cc7-e239-47e7-adb7-fa98cf6343af" ]
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": "b04de6a9-6c43-479c-997b-ab929c9ff4ea",
"ItemId": "5d9407ec-39c4-4d9e-8876-e5c76a765b61",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T11:36:20.0573458+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "fa8321f1-c09e-4f78-98e1-54f6f82669bf",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T11:36:20.0573458+02:00",
"LocationId": "e384fcf1-c573-4e3a-b092-2b8d2290c46b",
"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": "b04de6a9-6c43-479c-997b-ab929c9ff4ea",
"ItemId": "5d9407ec-39c4-4d9e-8876-e5c76a765b61",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T11:36:20.0573458+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "fa8321f1-c09e-4f78-98e1-54f6f82669bf",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T11:36:20.0573458+02:00",
"LocationId": "e384fcf1-c573-4e3a-b092-2b8d2290c46b",
"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"
}
]