GET api/SearchVehicleModel?apiKey={apiKey}&pickup={pickup}&dropoff={dropoff}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
Required |
|
pickup | date |
Required |
|
dropoff | date |
Required |
Body Parameters
None.
Response Information
Resource Description
MinMaxRateName | Description | Type | Additional information |
---|---|---|---|
Min | decimal number |
None. |
|
Max | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Min": 1.0, "Max": 2.0 }
application/xml, text/xml
Sample:
<MinMaxRate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetlet.Entity.Vehicles"> <Max>2</Max> <Min>1</Min> </MinMaxRate>