GET api/FleetMonthlyKMUsageList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MonthlyKMModel
NameDescriptionTypeAdditional information
KMPerMonth

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "KMPerMonth": 1
  },
  {
    "KMPerMonth": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfMonthlyKMModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuoteEngineDta.FleetModels.Estimate">
  <MonthlyKMModel>
    <KMPerMonth>1</KMPerMonth>
  </MonthlyKMModel>
  <MonthlyKMModel>
    <KMPerMonth>1</KMPerMonth>
  </MonthlyKMModel>
</ArrayOfMonthlyKMModel>