GET mwa_ws/Inventory.svc/get_warehouse_locations?tech_lat={tech_lat}&tech_long={tech_long}&service_callid={service_callid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tech_lat | decimal number |
Default value is 0 |
|
| tech_long | decimal number |
Default value is 0 |
|
| service_callid | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
WarehouseRecordsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| WarehouseRecords | Collection of WarehouseRecord |
None. |
|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Exception | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<WarehouseRecordsResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Code="1" Message="sample string 2">
<Exception>sample string 3</Exception>
<WarehouseRecords>
<WarehouseRecord>
<LocationCode>sample string 1</LocationCode>
<Location>sample string 2</Location>
<Distance>sample string 3</Distance>
</WarehouseRecord>
<WarehouseRecord>
<LocationCode>sample string 1</LocationCode>
<Location>sample string 2</Location>
<Distance>sample string 3</Distance>
</WarehouseRecord>
</WarehouseRecords>
</WarehouseRecordsResult>