POST api/AllocatedCompleteItem/V2/SalesOrder/ExtendedLocationFilter/{OwnerId}/{SalesOrderId}
V2: Get all complete items allocated within the LocationFilter parameter for the specified SalesOrderId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId |
Company id |
globally unique identifier |
Required |
| SalesOrderId | 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": [
"b8624a73-b2d4-46b7-9a7e-836c8c3023b3",
"735b8dc4-5a67-4eca-848d-5c3624345a06"
],
"WarehouseLocationIdList": [
"611c3464-60df-4b65-b877-8c037e0f8240",
"1ca39da0-a670-40b8-83c0-318b72d98607"
]
}
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": "9fd27205-7572-44bf-b790-b9f8ce4adc1f",
"ItemId": "249b23a4-00de-4458-b9d7-f85d818ce0d0",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T16:20:14.4333603+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "b0205321-73c6-4f40-b387-39c953ce1a84",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T16:20:14.4333603+02:00",
"LocationId": "cfebfe73-59bf-48d7-bfec-f97a9e33fd60",
"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": "9fd27205-7572-44bf-b790-b9f8ce4adc1f",
"ItemId": "249b23a4-00de-4458-b9d7-f85d818ce0d0",
"SSCC": "sample string 3",
"BatchNumber": "sample string 4",
"BestBefore": "2026-06-25T16:20:14.4333603+02:00",
"Quantity": 6.0,
"NetWeight": 7.0,
"GrossWeight": 8.0,
"SalesOrderId": "b0205321-73c6-4f40-b387-39c953ce1a84",
"SalesOrderNumber": "sample string 10",
"ExtOrderNumber": "sample string 11",
"PurchaseOrderNumber": "sample string 12",
"DeliveryDate": "2026-06-25T16:20:14.4333603+02:00",
"LocationId": "cfebfe73-59bf-48d7-bfec-f97a9e33fd60",
"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"
}
]