POST api/SalesOrderLines/UnAllocatedV2/ExtendedLocationFilter/{SalesOrderId}
V2: Get all unallocated salesorderlines to be picked belonging to sales order id on specified warehouse
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SalesOrderId | globally unique identifier |
Required |
Body Parameters
List of warehouseids
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "eb31f9eb-d95e-49c5-a0a2-314fd4f29478", "83275aca-77c3-40d5-9e70-7c51adcfe908" ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SalesOrderLineToBePickedV2| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationName1 | string |
None. |
|
| LocationName2 | string |
None. |
|
| EstimatedRemainingTPak | decimal number |
None. |
|
| EstimatedRemainingDPak | decimal number |
None. |
|
| InternalId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| SalesOrderId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| DispatchNo | integer |
None. |
|
| WarehouseNo | integer |
None. |
|
| RackNo | integer |
None. |
|
| HeightNo | integer |
None. |
|
| WidthNo | integer |
None. |
|
| StoreNo | string |
None. |
|
| WarehouseName | string |
None. |
|
| QuantityBase | decimal number |
None. |
|
| PatyDescription | string |
None. |
|
| QutyDescription | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProdNumber | string |
None. |
|
| ProdName | string |
None. |
|
| ProdVariableQuantity | boolean |
None. |
|
| PangId | globally unique identifier |
None. |
|
| PangUnitNameSales | string |
None. |
|
| PangNetWeight | decimal number |
None. |
|
| PangQuantityBase | decimal number |
None. |
|
| GtinNumber | string |
None. |
|
| Quantity | decimal number |
None. |
|
| AllocatedQuantity | decimal number |
None. |
|
| PickedQuantity | decimal number |
None. |
|
| VariableQuantity | decimal number |
None. |
|
| SSCC | string |
None. |
|
| SourceItemId | globally unique identifier |
None. |
|
| TemperatureControlled | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.