POST api/SalesOrders/CompleteItemAllocationsV2/ExtendedLocationFilter/{OwnerId}/{SystemUserId}
V2: Get all salesorders with status to be picked and has allocated complete items including filter locks (information about other users currently picking this order)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId |
Company id |
globally unique identifier |
Required |
| SystemUserId |
System user 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": [
"7d437fc7-9072-415c-b565-bb4c89c6b0a5",
"38ef18d4-47c5-4bee-a12c-4e855b85fe97"
],
"WarehouseLocationIdList": [
"0c7fc5a0-df93-426c-9241-10591ea116a6",
"d431b024-0a5a-4a1a-bda4-ac9bbb7db2ce"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SalesOrderToBePickedV2| Name | Description | Type | Additional information |
|---|---|---|---|
| InternalComment | string |
None. |
|
| DistrictNumber | string |
None. |
|
| DistrictName | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| DispatchLocationName | string |
None. |
|
| Number | string |
None. |
|
| CustId | globally unique identifier |
None. |
|
| CustNo | string |
None. |
|
| CustName | string |
None. |
|
| CustomerPurchaseNo | string |
None. |
|
| ExtOrderNo | string |
None. |
|
| OriginalPurchaseNo | string |
None. |
|
| DelAddressName | string |
None. |
|
| DelAddressLine1 | string |
None. |
|
| DelAddressLine2 | string |
None. |
|
| DelAddressLine3 | string |
None. |
|
| DelAddressPostOffice | string |
None. |
|
| DelAddressCountry | string |
None. |
|
| UltimateAddressNumber | string |
None. |
|
| UltimateAddressName | string |
None. |
|
| UltimateAddressLine1 | string |
None. |
|
| UltimateAddressLine2 | string |
None. |
|
| UltimateAddressLine3 | string |
None. |
|
| UltimateAddressPostOffice | string |
None. |
|
| UltimateAddressCountry | string |
None. |
|
| OrderDate | date |
None. |
|
| DeliveryDate | date |
None. |
|
| TraceStatus | integer |
None. |
|
| DefaultPicker | string |
None. |
|
| CreditControl | boolean |
None. |
|
| HasFilterLock | boolean |
None. |
|
| LockFilterUserList | string |
None. |
|
| CarrierNo | string |
None. |
|
| CarrierName | string |
None. |
|
| PartlyPicked | boolean |
None. |
|
| NumberOfLines | integer |
None. |
|
| NumberOfLinesPicked | integer |
None. |
|
| QuantityOrdered | decimal number |
None. |
|
| WeightPicked | decimal number |
None. |
|
| QuantityPicked | decimal number |
None. |
|
| QuantityConfirmed | decimal number |
None. |
|
| WeightConfirmed | decimal number |
None. |
|
| EstimatedNetWeight | decimal number |
None. |
|
| EstimatedTPak | decimal number |
None. |
|
| PercentPickedVsConfirmed | decimal number |
None. |
|
| PercentPickedVsOrdered | decimal number |
None. |
|
| PercentConfirmedVsOrdered | decimal number |
None. |
|
| PercentOverall | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.