GET api/FleetGetVehicleKilowatts?VehicleType={VehicleType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FleetVehicleKilowattModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KW | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KW": "sample string 1"
},
{
"KW": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfFleetVehicleKilowattModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuoteEngineDta.FleetModels.Estimate">
<FleetVehicleKilowattModel>
<KW>sample string 1</KW>
</FleetVehicleKilowattModel>
<FleetVehicleKilowattModel>
<KW>sample string 1</KW>
</FleetVehicleKilowattModel>
</ArrayOfFleetVehicleKilowattModel>