POST api/FleetAdditionalBenchmarkOption
Request Information
URI Parameters
None.
Body Parameters
FleetBenchmarkRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Sref | string |
None. |
|
| dieselP | decimal number |
None. |
|
| petrolP | decimal number |
None. |
|
| dieselR | decimal number |
None. |
|
| petrolR | decimal number |
None. |
|
| Term | integer |
None. |
|
| Mileage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sref": "sample string 1",
"dieselP": 1.0,
"petrolP": 1.0,
"dieselR": 1.0,
"petrolR": 1.0,
"Term": 2,
"Mileage": 3
}
application/xml, text/xml
Sample:
<FleetBenchmarkRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuoteEngineDta.FleetModels.Estimate"> <Mileage>3</Mileage> <Sref>sample string 1</Sref> <Term>2</Term> <dieselP>1</dieselP> <dieselR>1</dieselR> <petrolP>1</petrolP> <petrolR>1</petrolR> </FleetBenchmarkRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EstimateSearchResultsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FinancePMT | decimal number |
None. |
|
| SREF | string |
None. |
|
| MMCode | string |
None. |
|
| VehicleTypeId | globally unique identifier |
None. |
|
| VehicleType | string |
None. |
|
| VehicleMake | string |
None. |
|
| VehicleDescription | string |
None. |
|
| TYRE_FRONT | string |
None. |
|
| TYRE_REAR | string |
None. |
|
| Term | integer |
None. |
|
| Mileage | integer |
None. |
|
| KM_PM | integer |
None. |
|
| MaintPM | decimal number |
None. |
|
| TyrePM | decimal number |
None. |
|
| FUEL_AVG | decimal number |
None. |
|
| Fuel_Rand_PM | decimal number |
None. |
|
| Licence_Fee_PM | decimal number |
None. |
|
| Interest_Rate | decimal number |
None. |
|
| RV | decimal number |
None. |
|
| Payment | decimal number |
None. |
|
| PaymentwithMaint | decimal number |
None. |
|
| PaymentwithTyre | decimal number |
None. |
|
| TotalPayment | decimal number |
None. |
|
| TcoWithoutTyre | decimal number |
None. |
|
| TcoWithTyre | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| RetailPrice | decimal number |
None. |
|
| Doors | string |
None. |
|
| Seats | string |
None. |
|
| FuelType | string |
None. |
|
| Abs | string |
None. |
|
| TransmissionType | string |
None. |
|
| AirBag | string |
None. |
|
| Picture | string |
None. |
|
| PlanType | string |
None. |
|
| PlanTime | string |
None. |
|
| PlanKm | string |
None. |
|
| WarrantyTime | string |
None. |
|
| WarrantyKm | string |
None. |
|
| RADIO | string |
None. |
|
| AIRCON | string |
None. |
|
| PHONE_PREP | string |
None. |
|
| TORQUE | string |
None. |
|
| POWER | string |
None. |
|
| CAPACITY | string |
None. |
|
| IsSelected | boolean |
None. |
|
| VapsTotal | decimal number |
None. |
|
| PetrolPrice | decimal number |
None. |
|
| DieselPrice | decimal number |
None. |
|
| PetrolRebates | decimal number |
None. |
|
| DieselRebates | decimal number |
None. |
|
| RV_Perc | decimal number |
None. |
|
| Category | string |
None. |
|
| Group | string |
None. |
|
| MCN | string |
None. |
|
| Discount | decimal number |
None. |
|
| FML_PM | decimal number |
None. |
|
| FMM_PM | decimal number |
None. |
|
| EstimateVaps | Collection of EstimateVapsModel |
None. |
|
| Application | string |
None. |
|
| VehicleUsage | string |
None. |
|
| OnRoad | string |
None. |
|
| OffRoad | string |
None. |
|
| ExtrasNotes | string |
None. |
|
| Other | string |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedByUser | string |
None. |
|
| TyresIncluded | boolean |
None. |
|
| NoTyre | integer |
None. |
|
| Customer | CustomerModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"FinancePMT": 1.1,
"SREF": "sample string 1",
"MMCode": "sample string 2",
"VehicleTypeId": "6f0ed73e-69f8-4631-9679-355f144a58da",
"VehicleType": "sample string 3",
"VehicleMake": "sample string 4",
"VehicleDescription": "sample string 5",
"TYRE_FRONT": "sample string 6",
"TYRE_REAR": "sample string 7",
"Term": 1,
"Mileage": 1,
"KM_PM": 1,
"MaintPM": 1.0,
"TyrePM": 1.0,
"FUEL_AVG": 1.0,
"Fuel_Rand_PM": 1.0,
"Licence_Fee_PM": 1.0,
"Interest_Rate": 1.0,
"RV": 1.0,
"Payment": 1.0,
"PaymentwithMaint": 1.0,
"PaymentwithTyre": 1.0,
"TotalPayment": 1.0,
"TcoWithoutTyre": 1.0,
"TcoWithTyre": 1.0,
"Price": 1.0,
"RetailPrice": 1.0,
"Doors": "sample string 8",
"Seats": "sample string 9",
"FuelType": "sample string 10",
"Abs": "sample string 11",
"TransmissionType": "sample string 12",
"AirBag": "sample string 13",
"Picture": "sample string 14",
"PlanType": "sample string 15",
"PlanTime": "sample string 16",
"PlanKm": "sample string 17",
"WarrantyTime": "sample string 18",
"WarrantyKm": "sample string 19",
"RADIO": "sample string 20",
"AIRCON": "sample string 21",
"PHONE_PREP": "sample string 22",
"TORQUE": "sample string 23",
"POWER": "sample string 24",
"CAPACITY": "sample string 25",
"IsSelected": true,
"VapsTotal": 27.1,
"PetrolPrice": 1.0,
"DieselPrice": 1.0,
"PetrolRebates": 1.0,
"DieselRebates": 1.0,
"RV_Perc": 1.0,
"Category": "sample string 28",
"Group": "sample string 29",
"MCN": "sample string 30",
"Discount": 1.0,
"FML_PM": 1.0,
"FMM_PM": 1.0,
"EstimateVaps": [
{
"VapId": "b9d62d85-074c-4b44-9517-cc2fad74c49c",
"Vap": "sample string 2",
"VapAmount": 3.1,
"IsSelected": true,
"IsMandatory": true
},
{
"VapId": "b9d62d85-074c-4b44-9517-cc2fad74c49c",
"Vap": "sample string 2",
"VapAmount": 3.1,
"IsSelected": true,
"IsMandatory": true
}
],
"Application": "sample string 31",
"VehicleUsage": "sample string 32",
"OnRoad": "sample string 33",
"OffRoad": "sample string 34",
"ExtrasNotes": "sample string 35",
"Other": "sample string 36",
"CreatedBy": "87af84f7-ddce-4de8-ab49-d33669c13d40",
"CreatedOn": "2026-04-08T15:03:14.2264253+02:00",
"CreatedByUser": "sample string 37",
"TyresIncluded": true,
"NoTyre": 1,
"Customer": {
"id": "0af6f054-e4c3-4f70-86ae-86f826fc45b7",
"CustomerName": "sample string 2",
"ContactPerson": "sample string 3",
"EmailAddress": "sample string 4",
"Telephone": "sample string 5",
"VATNumber": "sample string 6",
"StreetAddress1": "sample string 7",
"StreetAddress2": "sample string 8",
"StreetAddress3": "sample string 9",
"StreetAddressAreaCode": "sample string 10",
"IsPostalSameAsResidentialAddress": true,
"PostalAddress1": "sample string 12",
"PostalAddress2": "sample string 13",
"PostalAddress3": "sample string 14",
"PostalAddressAreaCode": "sample string 15",
"IsActive": true,
"CreatedOn": "2026-04-08T15:03:14.2264253+02:00",
"CreatedBy": "a9d958ad-9a2d-4f80-a9d5-5b7b5cec48c4",
"ModifiedOn": "2026-04-08T15:03:14.2264253+02:00",
"ModifiedBy": "1d2d2bd0-4b7a-4faa-a1db-b9f44c7fb575"
}
}
application/xml, text/xml
Sample:
<EstimateSearchResultsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuoteEngineDta.FleetModels.Estimate">
<AIRCON>sample string 21</AIRCON>
<Abs>sample string 11</Abs>
<AirBag>sample string 13</AirBag>
<Application>sample string 31</Application>
<CAPACITY>sample string 25</CAPACITY>
<Category>sample string 28</Category>
<CreatedBy>87af84f7-ddce-4de8-ab49-d33669c13d40</CreatedBy>
<CreatedByUser>sample string 37</CreatedByUser>
<CreatedOn>2026-04-08T15:03:14.2264253+02:00</CreatedOn>
<Customer>
<ContactPerson>sample string 3</ContactPerson>
<CreatedBy>a9d958ad-9a2d-4f80-a9d5-5b7b5cec48c4</CreatedBy>
<CreatedOn>2026-04-08T15:03:14.2264253+02:00</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<EmailAddress>sample string 4</EmailAddress>
<IsActive>true</IsActive>
<IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
<ModifiedBy>1d2d2bd0-4b7a-4faa-a1db-b9f44c7fb575</ModifiedBy>
<ModifiedOn>2026-04-08T15:03:14.2264253+02:00</ModifiedOn>
<PostalAddress1>sample string 12</PostalAddress1>
<PostalAddress2>sample string 13</PostalAddress2>
<PostalAddress3>sample string 14</PostalAddress3>
<PostalAddressAreaCode>sample string 15</PostalAddressAreaCode>
<StreetAddress1>sample string 7</StreetAddress1>
<StreetAddress2>sample string 8</StreetAddress2>
<StreetAddress3>sample string 9</StreetAddress3>
<StreetAddressAreaCode>sample string 10</StreetAddressAreaCode>
<Telephone>sample string 5</Telephone>
<VATNumber>sample string 6</VATNumber>
<id>0af6f054-e4c3-4f70-86ae-86f826fc45b7</id>
</Customer>
<DieselPrice>1</DieselPrice>
<DieselRebates>1</DieselRebates>
<Discount>1</Discount>
<Doors>sample string 8</Doors>
<EstimateVaps>
<EstimateVapsModel>
<IsMandatory>true</IsMandatory>
<IsSelected>true</IsSelected>
<Vap>sample string 2</Vap>
<VapAmount>3.1</VapAmount>
<VapId>b9d62d85-074c-4b44-9517-cc2fad74c49c</VapId>
</EstimateVapsModel>
<EstimateVapsModel>
<IsMandatory>true</IsMandatory>
<IsSelected>true</IsSelected>
<Vap>sample string 2</Vap>
<VapAmount>3.1</VapAmount>
<VapId>b9d62d85-074c-4b44-9517-cc2fad74c49c</VapId>
</EstimateVapsModel>
</EstimateVaps>
<ExtrasNotes>sample string 35</ExtrasNotes>
<FML_PM>1</FML_PM>
<FMM_PM>1</FMM_PM>
<FUEL_AVG>1</FUEL_AVG>
<FinancePMT>1.1</FinancePMT>
<FuelType>sample string 10</FuelType>
<Fuel_Rand_PM>1</Fuel_Rand_PM>
<Group>sample string 29</Group>
<Interest_Rate>1</Interest_Rate>
<IsSelected>true</IsSelected>
<KM_PM>1</KM_PM>
<Licence_Fee_PM>1</Licence_Fee_PM>
<MCN>sample string 30</MCN>
<MMCode>sample string 2</MMCode>
<MaintPM>1</MaintPM>
<Mileage>1</Mileage>
<NoTyre>1</NoTyre>
<OffRoad>sample string 34</OffRoad>
<OnRoad>sample string 33</OnRoad>
<Other>sample string 36</Other>
<PHONE_PREP>sample string 22</PHONE_PREP>
<POWER>sample string 24</POWER>
<Payment>1</Payment>
<PaymentwithMaint>1</PaymentwithMaint>
<PaymentwithTyre>1</PaymentwithTyre>
<PetrolPrice>1</PetrolPrice>
<PetrolRebates>1</PetrolRebates>
<Picture>sample string 14</Picture>
<PlanKm>sample string 17</PlanKm>
<PlanTime>sample string 16</PlanTime>
<PlanType>sample string 15</PlanType>
<Price>1</Price>
<RADIO>sample string 20</RADIO>
<RV>1</RV>
<RV_Perc>1</RV_Perc>
<RetailPrice>1</RetailPrice>
<SREF>sample string 1</SREF>
<Seats>sample string 9</Seats>
<TORQUE>sample string 23</TORQUE>
<TYRE_FRONT>sample string 6</TYRE_FRONT>
<TYRE_REAR>sample string 7</TYRE_REAR>
<TcoWithTyre>1</TcoWithTyre>
<TcoWithoutTyre>1</TcoWithoutTyre>
<Term>1</Term>
<TotalPayment>1</TotalPayment>
<TransmissionType>sample string 12</TransmissionType>
<TyrePM>1</TyrePM>
<TyresIncluded>true</TyresIncluded>
<VapsTotal>27.1</VapsTotal>
<VehicleDescription>sample string 5</VehicleDescription>
<VehicleMake>sample string 4</VehicleMake>
<VehicleType>sample string 3</VehicleType>
<VehicleTypeId>6f0ed73e-69f8-4631-9679-355f144a58da</VehicleTypeId>
<VehicleUsage>sample string 32</VehicleUsage>
<WarrantyKm>sample string 19</WarrantyKm>
<WarrantyTime>sample string 18</WarrantyTime>
</EstimateSearchResultsModel>