POST api/AllocatedCompleteItem/All/Picked/ExtendedLocationFilter/{OwnerId}
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:
[ "675f54a6-a7d7-460e-aaff-60f2f0f93266", "4ec5d9de-b9d8-4e09-a134-4dd289a24bdf" ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
list of allocated complete items
Collection of AllocatedCompleteItem| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
[
{
"ItemId": "3de396a2-202a-48e7-9cd7-95a11ba6fc2a",
"SSCC": "sample string 2",
"BatchNumber": "sample string 3",
"BestBefore": "2026-06-25T11:34:54.8469327+02:00",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"SalesOrderId": "348c54f3-2283-4a10-9066-907431625ceb",
"SalesOrderNumber": "sample string 9",
"ExtOrderNumber": "sample string 10",
"PurchaseOrderNumber": "sample string 11",
"DeliveryDate": "2026-06-25T11:34:54.8469327+02:00",
"LocationId": "fe73b53f-ee29-4333-b5fc-ec758374bbb5",
"LocationStoreNo": "sample string 14",
"LocationName": "sample string 15",
"DispatchNo": 16,
"DispatchName": "sample string 17",
"WarehouseNo": 18,
"WarehouseName": "sample string 19",
"RackNo": 20,
"WidthNo": 21,
"HeightNo": 22,
"CustomerNumber": "sample string 23",
"CustomerName": "sample string 24",
"ProductNumber": "sample string 25",
"ProductName": "sample string 26",
"IsPicked": true,
"DeliveryAddressName": "sample string 28",
"UltimateAddressName": "sample string 29",
"Comment": "sample string 30"
},
{
"ItemId": "3de396a2-202a-48e7-9cd7-95a11ba6fc2a",
"SSCC": "sample string 2",
"BatchNumber": "sample string 3",
"BestBefore": "2026-06-25T11:34:54.8469327+02:00",
"Quantity": 5.0,
"NetWeight": 6.0,
"GrossWeight": 7.0,
"SalesOrderId": "348c54f3-2283-4a10-9066-907431625ceb",
"SalesOrderNumber": "sample string 9",
"ExtOrderNumber": "sample string 10",
"PurchaseOrderNumber": "sample string 11",
"DeliveryDate": "2026-06-25T11:34:54.8469327+02:00",
"LocationId": "fe73b53f-ee29-4333-b5fc-ec758374bbb5",
"LocationStoreNo": "sample string 14",
"LocationName": "sample string 15",
"DispatchNo": 16,
"DispatchName": "sample string 17",
"WarehouseNo": 18,
"WarehouseName": "sample string 19",
"RackNo": 20,
"WidthNo": 21,
"HeightNo": 22,
"CustomerNumber": "sample string 23",
"CustomerName": "sample string 24",
"ProductNumber": "sample string 25",
"ProductName": "sample string 26",
"IsPicked": true,
"DeliveryAddressName": "sample string 28",
"UltimateAddressName": "sample string 29",
"Comment": "sample string 30"
}
]