POST api/FleetSaveEstimate
Request Information
URI Parameters
None.
Body Parameters
EstimateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| CustomerName | string |
None. |
|
| CustomerList | Collection of CustomerModel |
None. |
|
| fleetBenchmarkOptions | Collection of FleetBenchmarkOptionsModel |
None. |
|
| EstimateOptions | Collection of EstimateSearchResultsModel |
None. |
|
| EstimateTypeId | globally unique identifier |
None. |
|
| IsReEstimate | boolean |
None. |
|
| IncludeTyre | boolean |
None. |
|
| IncludeFuel | boolean |
None. |
|
| EstimateTypeList | Collection of FleetEstimateTypeModel |
None. |
|
| ContractTerm | integer |
None. |
|
| ContractTermList | Collection of FleetContractTermModel |
None. |
|
| ContractKM | integer |
None. |
|
| ContractKMList | Collection of FleetContractKilometerModel |
None. |
|
| VehicleTypeSubCategoryId | globally unique identifier |
None. |
|
| fleetVehicleTypeSubCategories | Collection of FleetVehicleTypeSubCategoryModel |
None. |
|
| SearchCritVehicleType | boolean |
None. |
|
| SearchCritCharacteristics | boolean |
None. |
|
| SearchCritMinSpec | boolean |
None. |
|
| SearchCritManufacturer | boolean |
None. |
|
| PetrolPrice | decimal number |
None. |
|
| DieselPrice | decimal number |
None. |
|
| PetrolRebates | decimal number |
None. |
|
| DieselRebates | decimal number |
None. |
|
| ABS | boolean |
None. |
|
| AIRCON | boolean |
None. |
|
| RADIO | boolean |
None. |
|
| AIR_BAG_DR | boolean |
None. |
|
| PHONE_PREP | boolean |
None. |
|
| MonthlyUsageKM | integer |
None. |
|
| MonthlyKMUsageList | Collection of MonthlyKMModel |
None. |
|
| NoofDoor | string |
None. |
|
| NoofDoors | Collection of NumberOfDoorsModel |
None. |
|
| FuelType | string |
None. |
|
| FuelTypes | Collection of SelectListItem |
None. |
|
| TransmissionType | string |
None. |
|
| TransmissionTypes | Collection of SelectListItem |
None. |
|
| Engine | string |
None. |
|
| EngineCapacity | Collection of EngineSizeModel |
None. |
|
| KilowattValue | string |
None. |
|
| KilowattsList | Collection of FleetVehicleKilowattModel |
None. |
|
| VehicleType | string |
Required |
|
| VehicleTypes | Collection of FleetVehicleTypeModel |
None. |
|
| YearOption1 | integer |
None. |
|
| VehicleYearOption1 | Collection of VehicleYearModel |
None. |
|
| YearOption2 | integer |
None. |
|
| VehicleYearOption2 | Collection of VehicleYearModel |
None. |
|
| YearOption3 | integer |
None. |
|
| VehicleYearOption3 | Collection of VehicleYearModel |
None. |
|
| MakeOption1 | string |
None. |
|
| VehicleMakeOption1 | Collection of FleetVehicleMakeModel |
None. |
|
| MakeOption2 | string |
None. |
|
| VehicleMakeOption2 | Collection of FleetVehicleMakeModel |
None. |
|
| MakeOption3 | string |
None. |
|
| VehicleMakeOption3 | Collection of FleetVehicleMakeModel |
None. |
|
| ModelOption1 | string |
None. |
|
| VehicleModelOption1 | Collection of FleetVehicleModel |
None. |
|
| ModelOption2 | string |
None. |
|
| VehicleModelOption2 | Collection of FleetVehicleModel |
None. |
|
| ModelOption3 | string |
None. |
|
| VehicleModelOption3 | Collection of FleetVehicleModel |
None. |
|
| MMCodeOption1 | string |
None. |
|
| MMCodeOption2 | string |
None. |
|
| MMCodeOption3 | string |
None. |
|
| Air_Bag_No | string |
None. |
|
| Air_Bag_No_List | Collection of SelectListItem |
None. |
|
| NoOfSeats | string |
None. |
|
| SeatsList | Collection of FleetVehicleSeatsModel |
None. |
|
| DisplayCount | integer |
None. |
|
| ResultsToDisplay | Collection of SelectListItem |
None. |
|
| UsedPetrolPrice | decimal number |
None. |
|
| UsedPetrolRebate | decimal number |
None. |
|
| UsedDieselPrice | decimal number |
None. |
|
| UsedDieselRebate | decimal number |
None. |
|
| benckmark | BenckmarkVehicle |
None. |
|
| FleetVehicleSpecCompare | Collection of FleetVehicleSpecCompareModel |
None. |
|
| EstimateVapOptions | Collection of EstimateVapsModel |
None. |
|
| Other | string |
None. |
|
| VehicleImg | Collection of byte |
None. |
|
| OnRoadOldValue | integer |
None. |
|
| OnRoad | integer |
None. |
|
| OffRoadOldValue | integer |
None. |
|
| OffRoad | integer |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Make | string |
None. |
|
| EngineCapMin | integer |
None. |
|
| EngineCapMax | integer |
None. |
|
| TorqueMin | integer |
None. |
|
| TorqueMax | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "c67bf51f-f658-422c-bcc6-bc4b23e96553",
"CustomerName": "sample string 2",
"CustomerList": [
{
"id": "373423ee-b184-4143-a4b6-50da2fae4395",
"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-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e5241910-7567-443b-8653-c6337d1b031e",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "3e904c82-1581-455d-a62f-eed50af81cbf"
},
{
"id": "373423ee-b184-4143-a4b6-50da2fae4395",
"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-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e5241910-7567-443b-8653-c6337d1b031e",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "3e904c82-1581-455d-a62f-eed50af81cbf"
}
],
"fleetBenchmarkOptions": [
{
"Sref": "sample string 1",
"VehicleDescription": "sample string 2",
"Term": 1,
"Mileage": 1,
"FMM_Payment": 1.0,
"FMMPaymentWithTyre": 1.1,
"FML_Payment": 1.0,
"FMLPaymentWithoutTyre": 1.1,
"TcoWithoutTyre": 1.1,
"TcoWithTyre": 1.1,
"VapsTotal": 1.0,
"IsSelected": true,
"IsBenchmarkVehicle": true
},
{
"Sref": "sample string 1",
"VehicleDescription": "sample string 2",
"Term": 1,
"Mileage": 1,
"FMM_Payment": 1.0,
"FMMPaymentWithTyre": 1.1,
"FML_Payment": 1.0,
"FMLPaymentWithoutTyre": 1.1,
"TcoWithoutTyre": 1.1,
"TcoWithTyre": 1.1,
"VapsTotal": 1.0,
"IsSelected": true,
"IsBenchmarkVehicle": true
}
],
"EstimateOptions": [
{
"FinancePMT": 1.1,
"SREF": "sample string 1",
"MMCode": "sample string 2",
"VehicleTypeId": "d6cec3c6-bf0e-470f-b9be-6695ad299460",
"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": "f4d3fd14-440d-419f-83ee-e92ef30e8608",
"Vap": "sample string 2",
"VapAmount": 3.1,
"IsSelected": true,
"IsMandatory": true
},
{
"VapId": "f4d3fd14-440d-419f-83ee-e92ef30e8608",
"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": "357f2db8-2025-4cee-bbf5-d59ac6919cf4",
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedByUser": "sample string 37",
"TyresIncluded": true,
"NoTyre": 1,
"Customer": {
"id": "373423ee-b184-4143-a4b6-50da2fae4395",
"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-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e5241910-7567-443b-8653-c6337d1b031e",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "3e904c82-1581-455d-a62f-eed50af81cbf"
}
},
{
"FinancePMT": 1.1,
"SREF": "sample string 1",
"MMCode": "sample string 2",
"VehicleTypeId": "d6cec3c6-bf0e-470f-b9be-6695ad299460",
"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": "f4d3fd14-440d-419f-83ee-e92ef30e8608",
"Vap": "sample string 2",
"VapAmount": 3.1,
"IsSelected": true,
"IsMandatory": true
},
{
"VapId": "f4d3fd14-440d-419f-83ee-e92ef30e8608",
"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": "357f2db8-2025-4cee-bbf5-d59ac6919cf4",
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedByUser": "sample string 37",
"TyresIncluded": true,
"NoTyre": 1,
"Customer": {
"id": "373423ee-b184-4143-a4b6-50da2fae4395",
"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-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e5241910-7567-443b-8653-c6337d1b031e",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "3e904c82-1581-455d-a62f-eed50af81cbf"
}
}
],
"EstimateTypeId": "3355082d-9351-4d52-a74c-43752e23797e",
"IsReEstimate": true,
"IncludeTyre": true,
"IncludeFuel": true,
"EstimateTypeList": [
{
"id": "3b1c1bb4-079b-430f-846e-e2a016c03008",
"QuoteType": "sample string 2",
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "205a7f3a-2d68-48cb-b9e2-12250e68196e",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "9deedfc0-0349-40af-af7b-0de2cedf257e",
"IsSelected": true
},
{
"id": "3b1c1bb4-079b-430f-846e-e2a016c03008",
"QuoteType": "sample string 2",
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "205a7f3a-2d68-48cb-b9e2-12250e68196e",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "9deedfc0-0349-40af-af7b-0de2cedf257e",
"IsSelected": true
}
],
"ContractTerm": 1,
"ContractTermList": [
{
"ContractTerm": 1,
"Term": "sample string 2"
},
{
"ContractTerm": 1,
"Term": "sample string 2"
}
],
"ContractKM": 1,
"ContractKMList": [
{
"ContractKilometer": 1,
"ContractTerm": 2,
"KM_PM": 1
},
{
"ContractKilometer": 1,
"ContractTerm": 2,
"KM_PM": 1
}
],
"VehicleTypeSubCategoryId": "46a33f0c-f83a-420c-a24f-ae178cfe22f7",
"fleetVehicleTypeSubCategories": [
{
"id": "549564e4-7d82-4af9-86fa-bd58bf79d19e",
"VehicleTypeId": "1516ed13-32c8-4f79-b3f6-134876bd4a98",
"VehicleType": "sample string 2",
"VehicleTypeSubCategoryDesc": "sample string 3",
"MinLength": 1,
"MaxLength": 1,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "2ce1f7bb-6d88-4c39-b353-8f00f39c2d26",
"CreatedByUser": "sample string 5",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "44300d92-e439-4ec6-8cc6-3768925931e7",
"ModifiedByUser": "sample string 6"
},
{
"id": "549564e4-7d82-4af9-86fa-bd58bf79d19e",
"VehicleTypeId": "1516ed13-32c8-4f79-b3f6-134876bd4a98",
"VehicleType": "sample string 2",
"VehicleTypeSubCategoryDesc": "sample string 3",
"MinLength": 1,
"MaxLength": 1,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "2ce1f7bb-6d88-4c39-b353-8f00f39c2d26",
"CreatedByUser": "sample string 5",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "44300d92-e439-4ec6-8cc6-3768925931e7",
"ModifiedByUser": "sample string 6"
}
],
"SearchCritVehicleType": true,
"SearchCritCharacteristics": true,
"SearchCritMinSpec": true,
"SearchCritManufacturer": true,
"PetrolPrice": 11.1,
"DieselPrice": 12.1,
"PetrolRebates": 13.1,
"DieselRebates": 14.1,
"ABS": true,
"AIRCON": true,
"RADIO": true,
"AIR_BAG_DR": true,
"PHONE_PREP": true,
"MonthlyUsageKM": 1,
"MonthlyKMUsageList": [
{
"KMPerMonth": 1
},
{
"KMPerMonth": 1
}
],
"NoofDoor": "sample string 20",
"NoofDoors": [
{
"Doors": 1
},
{
"Doors": 1
}
],
"FuelType": "sample string 21",
"FuelTypes": [
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
},
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
}
],
"TransmissionType": "sample string 22",
"TransmissionTypes": [
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
},
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
}
],
"Engine": "sample string 23",
"EngineCapacity": [
{
"id": "02e52cad-ece4-4d86-950d-d8678e16ce8c",
"EngineSize": "sample string 2",
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "b4ba7b68-2fab-4c4e-a57e-481f76c337fc",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "c4e66b5a-6b88-4bb1-bd81-e5cf5025c583"
},
{
"id": "02e52cad-ece4-4d86-950d-d8678e16ce8c",
"EngineSize": "sample string 2",
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "b4ba7b68-2fab-4c4e-a57e-481f76c337fc",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "c4e66b5a-6b88-4bb1-bd81-e5cf5025c583"
}
],
"KilowattValue": "sample string 24",
"KilowattsList": [
{
"KW": "sample string 1"
},
{
"KW": "sample string 1"
}
],
"VehicleType": "sample string 25",
"VehicleTypes": [
{
"VehicleTypeId": "7ec0d714-0608-400e-9611-d0d51c4f54d9",
"VehicleType": "sample string 2",
"AvgTyrelife": 1,
"MaxQuoteKm": 1,
"MinQuoteMonths": 1,
"MaxQuoteMonths": 1,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "93147afd-129a-4e49-9a1c-f3d841e29e3b",
"CreatedByUser": "sample string 4",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "a2be2375-dad5-4fff-897b-f172855c0203",
"ModifiedByUser": "sample string 5",
"MaxQuoteKmList": [
{
"ContractKilometer": 1,
"ContractTerm": 2,
"KM_PM": 1
},
{
"ContractKilometer": 1,
"ContractTerm": 2,
"KM_PM": 1
}
],
"MinQuoteMonthsList": [
{
"ContractTerm": 1,
"Term": "sample string 2"
},
{
"ContractTerm": 1,
"Term": "sample string 2"
}
],
"MaxQuoteMonthsList": [
{
"ContractTerm": 1,
"Term": "sample string 2"
},
{
"ContractTerm": 1,
"Term": "sample string 2"
}
]
},
{
"VehicleTypeId": "7ec0d714-0608-400e-9611-d0d51c4f54d9",
"VehicleType": "sample string 2",
"AvgTyrelife": 1,
"MaxQuoteKm": 1,
"MinQuoteMonths": 1,
"MaxQuoteMonths": 1,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "93147afd-129a-4e49-9a1c-f3d841e29e3b",
"CreatedByUser": "sample string 4",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "a2be2375-dad5-4fff-897b-f172855c0203",
"ModifiedByUser": "sample string 5",
"MaxQuoteKmList": [
{
"ContractKilometer": 1,
"ContractTerm": 2,
"KM_PM": 1
},
{
"ContractKilometer": 1,
"ContractTerm": 2,
"KM_PM": 1
}
],
"MinQuoteMonthsList": [
{
"ContractTerm": 1,
"Term": "sample string 2"
},
{
"ContractTerm": 1,
"Term": "sample string 2"
}
],
"MaxQuoteMonthsList": [
{
"ContractTerm": 1,
"Term": "sample string 2"
},
{
"ContractTerm": 1,
"Term": "sample string 2"
}
]
}
],
"YearOption1": 1,
"VehicleYearOption1": [
{
"VehicleYear": "sample string 1"
},
{
"VehicleYear": "sample string 1"
}
],
"YearOption2": 1,
"VehicleYearOption2": [
{
"VehicleYear": "sample string 1"
},
{
"VehicleYear": "sample string 1"
}
],
"YearOption3": 1,
"VehicleYearOption3": [
{
"VehicleYear": "sample string 1"
},
{
"VehicleYear": "sample string 1"
}
],
"MakeOption1": "sample string 26",
"VehicleMakeOption1": [
{
"VehicleMakeId": "ec9ba3ed-6985-4556-9b00-a024496017ed",
"VehicleMake": "sample string 2",
"ShowOnFleetEstimate": true,
"BrandDiscount": 1.0,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e4dde67c-b6f2-420a-8b98-385e70fd54b0",
"CreatedByUser": "sample string 7",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "8c7d3d7c-f23c-47f1-8eec-dfe260539927",
"ModifiedByUser": "sample string 8"
},
{
"VehicleMakeId": "ec9ba3ed-6985-4556-9b00-a024496017ed",
"VehicleMake": "sample string 2",
"ShowOnFleetEstimate": true,
"BrandDiscount": 1.0,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e4dde67c-b6f2-420a-8b98-385e70fd54b0",
"CreatedByUser": "sample string 7",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "8c7d3d7c-f23c-47f1-8eec-dfe260539927",
"ModifiedByUser": "sample string 8"
}
],
"MakeOption2": "sample string 27",
"VehicleMakeOption2": [
{
"VehicleMakeId": "ec9ba3ed-6985-4556-9b00-a024496017ed",
"VehicleMake": "sample string 2",
"ShowOnFleetEstimate": true,
"BrandDiscount": 1.0,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e4dde67c-b6f2-420a-8b98-385e70fd54b0",
"CreatedByUser": "sample string 7",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "8c7d3d7c-f23c-47f1-8eec-dfe260539927",
"ModifiedByUser": "sample string 8"
},
{
"VehicleMakeId": "ec9ba3ed-6985-4556-9b00-a024496017ed",
"VehicleMake": "sample string 2",
"ShowOnFleetEstimate": true,
"BrandDiscount": 1.0,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e4dde67c-b6f2-420a-8b98-385e70fd54b0",
"CreatedByUser": "sample string 7",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "8c7d3d7c-f23c-47f1-8eec-dfe260539927",
"ModifiedByUser": "sample string 8"
}
],
"MakeOption3": "sample string 28",
"VehicleMakeOption3": [
{
"VehicleMakeId": "ec9ba3ed-6985-4556-9b00-a024496017ed",
"VehicleMake": "sample string 2",
"ShowOnFleetEstimate": true,
"BrandDiscount": 1.0,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e4dde67c-b6f2-420a-8b98-385e70fd54b0",
"CreatedByUser": "sample string 7",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "8c7d3d7c-f23c-47f1-8eec-dfe260539927",
"ModifiedByUser": "sample string 8"
},
{
"VehicleMakeId": "ec9ba3ed-6985-4556-9b00-a024496017ed",
"VehicleMake": "sample string 2",
"ShowOnFleetEstimate": true,
"BrandDiscount": 1.0,
"IsActive": true,
"CreatedOn": "2026-06-03T12:01:12.1008438+02:00",
"CreatedBy": "e4dde67c-b6f2-420a-8b98-385e70fd54b0",
"CreatedByUser": "sample string 7",
"ModifiedOn": "2026-06-03T12:01:12.1008438+02:00",
"ModifiedBy": "8c7d3d7c-f23c-47f1-8eec-dfe260539927",
"ModifiedByUser": "sample string 8"
}
],
"ModelOption1": "sample string 29",
"VehicleModelOption1": [
{
"sref": "sample string 1",
"VehicleModel": "sample string 2"
},
{
"sref": "sample string 1",
"VehicleModel": "sample string 2"
}
],
"ModelOption2": "sample string 30",
"VehicleModelOption2": [
{
"sref": "sample string 1",
"VehicleModel": "sample string 2"
},
{
"sref": "sample string 1",
"VehicleModel": "sample string 2"
}
],
"ModelOption3": "sample string 31",
"VehicleModelOption3": [
{
"sref": "sample string 1",
"VehicleModel": "sample string 2"
},
{
"sref": "sample string 1",
"VehicleModel": "sample string 2"
}
],
"MMCodeOption1": "sample string 32",
"MMCodeOption2": "sample string 33",
"MMCodeOption3": "sample string 34",
"Air_Bag_No": "sample string 35",
"Air_Bag_No_List": [
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
},
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
}
],
"NoOfSeats": "sample string 36",
"SeatsList": [
{
"Seats": 1
},
{
"Seats": 1
}
],
"DisplayCount": 37,
"ResultsToDisplay": [
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
},
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
}
],
"UsedPetrolPrice": 38.1,
"UsedPetrolRebate": 39.1,
"UsedDieselPrice": 40.1,
"UsedDieselRebate": 41.1,
"benckmark": {
"Vehicle": "sample string 1",
"Term": 2,
"Mileage": 3,
"IncludeTyre": true,
"FMLPaymentWithoutTyre": 5.1,
"FMLPayment": 6.1,
"FMMPaymentWithTyre": 7.1,
"FMMPayment": 8.1,
"TcoWithoutTyre": 9.1,
"TcoWithTyre": 10.1,
"VapsTotal": 11.1
},
"FleetVehicleSpecCompare": [
{
"Picture": "sample string 1",
"Vehicle": "sample string 2",
"Price": 3.1,
"Plantype": "sample string 4",
"PlanTime": "sample string 5",
"PlanKM": "sample string 6",
"WarrantyTime": "sample string 7",
"WarrantyKM": "sample string 8",
"Seats": "sample string 9",
"Doors": "sample string 10",
"Abs": "sample string 11",
"Airbag": "sample string 12",
"Aircon": "sample string 13",
"Radio": "sample string 14",
"Capacity": "sample string 15",
"Torque": "sample string 16",
"EnginePower": "sample string 17",
"Bluetooth": "sample string 18",
"CO2": "sample string 19",
"Acceleration": "sample string 20",
"Cylinders": "sample string 21",
"ServiceInterval": 1,
"FuelType": "sample string 22",
"Transmission": "sample string 23"
},
{
"Picture": "sample string 1",
"Vehicle": "sample string 2",
"Price": 3.1,
"Plantype": "sample string 4",
"PlanTime": "sample string 5",
"PlanKM": "sample string 6",
"WarrantyTime": "sample string 7",
"WarrantyKM": "sample string 8",
"Seats": "sample string 9",
"Doors": "sample string 10",
"Abs": "sample string 11",
"Airbag": "sample string 12",
"Aircon": "sample string 13",
"Radio": "sample string 14",
"Capacity": "sample string 15",
"Torque": "sample string 16",
"EnginePower": "sample string 17",
"Bluetooth": "sample string 18",
"CO2": "sample string 19",
"Acceleration": "sample string 20",
"Cylinders": "sample string 21",
"ServiceInterval": 1,
"FuelType": "sample string 22",
"Transmission": "sample string 23"
}
],
"EstimateVapOptions": [
{
"VapId": "f4d3fd14-440d-419f-83ee-e92ef30e8608",
"Vap": "sample string 2",
"VapAmount": 3.1,
"IsSelected": true,
"IsMandatory": true
},
{
"VapId": "f4d3fd14-440d-419f-83ee-e92ef30e8608",
"Vap": "sample string 2",
"VapAmount": 3.1,
"IsSelected": true,
"IsMandatory": true
}
],
"Other": "sample string 42",
"VehicleImg": "QEA=",
"OnRoadOldValue": 43,
"OnRoad": 44,
"OffRoadOldValue": 45,
"OffRoad": 46,
"UserId": "e4f2450e-8655-4943-b501-9eededc1d4b8",
"Make": "sample string 47",
"EngineCapMin": 1,
"EngineCapMax": 1,
"TorqueMin": 1,
"TorqueMax": 1
}
application/xml, text/xml
Sample:
<EstimateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuoteEngineDta.FleetModels.Estimate">
<ABS>true</ABS>
<AIRCON>true</AIRCON>
<AIR_BAG_DR>true</AIR_BAG_DR>
<Air_Bag_No>sample string 35</Air_Bag_No>
<Air_Bag_No_List xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
</Air_Bag_No_List>
<ContractKM>1</ContractKM>
<ContractKMList>
<FleetContractKilometerModel>
<ContractKilometer>1</ContractKilometer>
<ContractTerm>2</ContractTerm>
<KM_PM>1</KM_PM>
</FleetContractKilometerModel>
<FleetContractKilometerModel>
<ContractKilometer>1</ContractKilometer>
<ContractTerm>2</ContractTerm>
<KM_PM>1</KM_PM>
</FleetContractKilometerModel>
</ContractKMList>
<ContractTerm>1</ContractTerm>
<ContractTermList>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
</ContractTermList>
<CustomerList>
<CustomerModel>
<ContactPerson>sample string 3</ContactPerson>
<CreatedBy>e5241910-7567-443b-8653-c6337d1b031e</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<EmailAddress>sample string 4</EmailAddress>
<IsActive>true</IsActive>
<IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
<ModifiedBy>3e904c82-1581-455d-a62f-eed50af81cbf</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+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>373423ee-b184-4143-a4b6-50da2fae4395</id>
</CustomerModel>
<CustomerModel>
<ContactPerson>sample string 3</ContactPerson>
<CreatedBy>e5241910-7567-443b-8653-c6337d1b031e</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<EmailAddress>sample string 4</EmailAddress>
<IsActive>true</IsActive>
<IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
<ModifiedBy>3e904c82-1581-455d-a62f-eed50af81cbf</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+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>373423ee-b184-4143-a4b6-50da2fae4395</id>
</CustomerModel>
</CustomerList>
<CustomerName>sample string 2</CustomerName>
<DieselPrice>12.1</DieselPrice>
<DieselRebates>14.1</DieselRebates>
<DisplayCount>37</DisplayCount>
<Engine>sample string 23</Engine>
<EngineCapMax>1</EngineCapMax>
<EngineCapMin>1</EngineCapMin>
<EngineCapacity>
<EngineSizeModel>
<CreatedBy>b4ba7b68-2fab-4c4e-a57e-481f76c337fc</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<EngineSize>sample string 2</EngineSize>
<IsActive>true</IsActive>
<ModifiedBy>c4e66b5a-6b88-4bb1-bd81-e5cf5025c583</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<id>02e52cad-ece4-4d86-950d-d8678e16ce8c</id>
</EngineSizeModel>
<EngineSizeModel>
<CreatedBy>b4ba7b68-2fab-4c4e-a57e-481f76c337fc</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<EngineSize>sample string 2</EngineSize>
<IsActive>true</IsActive>
<ModifiedBy>c4e66b5a-6b88-4bb1-bd81-e5cf5025c583</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<id>02e52cad-ece4-4d86-950d-d8678e16ce8c</id>
</EngineSizeModel>
</EngineCapacity>
<EstimateOptions>
<EstimateSearchResultsModel>
<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>357f2db8-2025-4cee-bbf5-d59ac6919cf4</CreatedBy>
<CreatedByUser>sample string 37</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<Customer>
<ContactPerson>sample string 3</ContactPerson>
<CreatedBy>e5241910-7567-443b-8653-c6337d1b031e</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<EmailAddress>sample string 4</EmailAddress>
<IsActive>true</IsActive>
<IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
<ModifiedBy>3e904c82-1581-455d-a62f-eed50af81cbf</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+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>373423ee-b184-4143-a4b6-50da2fae4395</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>f4d3fd14-440d-419f-83ee-e92ef30e8608</VapId>
</EstimateVapsModel>
<EstimateVapsModel>
<IsMandatory>true</IsMandatory>
<IsSelected>true</IsSelected>
<Vap>sample string 2</Vap>
<VapAmount>3.1</VapAmount>
<VapId>f4d3fd14-440d-419f-83ee-e92ef30e8608</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>d6cec3c6-bf0e-470f-b9be-6695ad299460</VehicleTypeId>
<VehicleUsage>sample string 32</VehicleUsage>
<WarrantyKm>sample string 19</WarrantyKm>
<WarrantyTime>sample string 18</WarrantyTime>
</EstimateSearchResultsModel>
<EstimateSearchResultsModel>
<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>357f2db8-2025-4cee-bbf5-d59ac6919cf4</CreatedBy>
<CreatedByUser>sample string 37</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<Customer>
<ContactPerson>sample string 3</ContactPerson>
<CreatedBy>e5241910-7567-443b-8653-c6337d1b031e</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<EmailAddress>sample string 4</EmailAddress>
<IsActive>true</IsActive>
<IsPostalSameAsResidentialAddress>true</IsPostalSameAsResidentialAddress>
<ModifiedBy>3e904c82-1581-455d-a62f-eed50af81cbf</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+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>373423ee-b184-4143-a4b6-50da2fae4395</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>f4d3fd14-440d-419f-83ee-e92ef30e8608</VapId>
</EstimateVapsModel>
<EstimateVapsModel>
<IsMandatory>true</IsMandatory>
<IsSelected>true</IsSelected>
<Vap>sample string 2</Vap>
<VapAmount>3.1</VapAmount>
<VapId>f4d3fd14-440d-419f-83ee-e92ef30e8608</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>d6cec3c6-bf0e-470f-b9be-6695ad299460</VehicleTypeId>
<VehicleUsage>sample string 32</VehicleUsage>
<WarrantyKm>sample string 19</WarrantyKm>
<WarrantyTime>sample string 18</WarrantyTime>
</EstimateSearchResultsModel>
</EstimateOptions>
<EstimateTypeId>3355082d-9351-4d52-a74c-43752e23797e</EstimateTypeId>
<EstimateTypeList>
<FleetEstimateTypeModel>
<CreatedBy>205a7f3a-2d68-48cb-b9e2-12250e68196e</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<IsSelected>true</IsSelected>
<ModifiedBy>9deedfc0-0349-40af-af7b-0de2cedf257e</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<QuoteType>sample string 2</QuoteType>
<id>3b1c1bb4-079b-430f-846e-e2a016c03008</id>
</FleetEstimateTypeModel>
<FleetEstimateTypeModel>
<CreatedBy>205a7f3a-2d68-48cb-b9e2-12250e68196e</CreatedBy>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<IsSelected>true</IsSelected>
<ModifiedBy>9deedfc0-0349-40af-af7b-0de2cedf257e</ModifiedBy>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<QuoteType>sample string 2</QuoteType>
<id>3b1c1bb4-079b-430f-846e-e2a016c03008</id>
</FleetEstimateTypeModel>
</EstimateTypeList>
<EstimateVapOptions>
<EstimateVapsModel>
<IsMandatory>true</IsMandatory>
<IsSelected>true</IsSelected>
<Vap>sample string 2</Vap>
<VapAmount>3.1</VapAmount>
<VapId>f4d3fd14-440d-419f-83ee-e92ef30e8608</VapId>
</EstimateVapsModel>
<EstimateVapsModel>
<IsMandatory>true</IsMandatory>
<IsSelected>true</IsSelected>
<Vap>sample string 2</Vap>
<VapAmount>3.1</VapAmount>
<VapId>f4d3fd14-440d-419f-83ee-e92ef30e8608</VapId>
</EstimateVapsModel>
</EstimateVapOptions>
<FleetVehicleSpecCompare>
<FleetVehicleSpecCompareModel>
<Abs>sample string 11</Abs>
<Acceleration>sample string 20</Acceleration>
<Airbag>sample string 12</Airbag>
<Aircon>sample string 13</Aircon>
<Bluetooth>sample string 18</Bluetooth>
<CO2>sample string 19</CO2>
<Capacity>sample string 15</Capacity>
<Cylinders>sample string 21</Cylinders>
<Doors>sample string 10</Doors>
<EnginePower>sample string 17</EnginePower>
<FuelType>sample string 22</FuelType>
<Picture>sample string 1</Picture>
<PlanKM>sample string 6</PlanKM>
<PlanTime>sample string 5</PlanTime>
<Plantype>sample string 4</Plantype>
<Price>3.1</Price>
<Radio>sample string 14</Radio>
<Seats>sample string 9</Seats>
<ServiceInterval>1</ServiceInterval>
<Torque>sample string 16</Torque>
<Transmission>sample string 23</Transmission>
<Vehicle>sample string 2</Vehicle>
<WarrantyKM>sample string 8</WarrantyKM>
<WarrantyTime>sample string 7</WarrantyTime>
</FleetVehicleSpecCompareModel>
<FleetVehicleSpecCompareModel>
<Abs>sample string 11</Abs>
<Acceleration>sample string 20</Acceleration>
<Airbag>sample string 12</Airbag>
<Aircon>sample string 13</Aircon>
<Bluetooth>sample string 18</Bluetooth>
<CO2>sample string 19</CO2>
<Capacity>sample string 15</Capacity>
<Cylinders>sample string 21</Cylinders>
<Doors>sample string 10</Doors>
<EnginePower>sample string 17</EnginePower>
<FuelType>sample string 22</FuelType>
<Picture>sample string 1</Picture>
<PlanKM>sample string 6</PlanKM>
<PlanTime>sample string 5</PlanTime>
<Plantype>sample string 4</Plantype>
<Price>3.1</Price>
<Radio>sample string 14</Radio>
<Seats>sample string 9</Seats>
<ServiceInterval>1</ServiceInterval>
<Torque>sample string 16</Torque>
<Transmission>sample string 23</Transmission>
<Vehicle>sample string 2</Vehicle>
<WarrantyKM>sample string 8</WarrantyKM>
<WarrantyTime>sample string 7</WarrantyTime>
</FleetVehicleSpecCompareModel>
</FleetVehicleSpecCompare>
<FuelType>sample string 21</FuelType>
<FuelTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
</FuelTypes>
<IncludeFuel>true</IncludeFuel>
<IncludeTyre>true</IncludeTyre>
<IsReEstimate>true</IsReEstimate>
<KilowattValue>sample string 24</KilowattValue>
<KilowattsList>
<FleetVehicleKilowattModel>
<KW>sample string 1</KW>
</FleetVehicleKilowattModel>
<FleetVehicleKilowattModel>
<KW>sample string 1</KW>
</FleetVehicleKilowattModel>
</KilowattsList>
<MMCodeOption1>sample string 32</MMCodeOption1>
<MMCodeOption2>sample string 33</MMCodeOption2>
<MMCodeOption3>sample string 34</MMCodeOption3>
<Make>sample string 47</Make>
<MakeOption1>sample string 26</MakeOption1>
<MakeOption2>sample string 27</MakeOption2>
<MakeOption3>sample string 28</MakeOption3>
<ModelOption1>sample string 29</ModelOption1>
<ModelOption2>sample string 30</ModelOption2>
<ModelOption3>sample string 31</ModelOption3>
<MonthlyKMUsageList>
<MonthlyKMModel>
<KMPerMonth>1</KMPerMonth>
</MonthlyKMModel>
<MonthlyKMModel>
<KMPerMonth>1</KMPerMonth>
</MonthlyKMModel>
</MonthlyKMUsageList>
<MonthlyUsageKM>1</MonthlyUsageKM>
<NoOfSeats>sample string 36</NoOfSeats>
<NoofDoor>sample string 20</NoofDoor>
<NoofDoors>
<NumberOfDoorsModel>
<Doors>1</Doors>
</NumberOfDoorsModel>
<NumberOfDoorsModel>
<Doors>1</Doors>
</NumberOfDoorsModel>
</NoofDoors>
<OffRoad>46</OffRoad>
<OffRoadOldValue>45</OffRoadOldValue>
<OnRoad>44</OnRoad>
<OnRoadOldValue>43</OnRoadOldValue>
<Other>sample string 42</Other>
<PHONE_PREP>true</PHONE_PREP>
<PetrolPrice>11.1</PetrolPrice>
<PetrolRebates>13.1</PetrolRebates>
<RADIO>true</RADIO>
<ResultsToDisplay xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
</ResultsToDisplay>
<SearchCritCharacteristics>true</SearchCritCharacteristics>
<SearchCritManufacturer>true</SearchCritManufacturer>
<SearchCritMinSpec>true</SearchCritMinSpec>
<SearchCritVehicleType>true</SearchCritVehicleType>
<SeatsList>
<FleetVehicleSeatsModel>
<Seats>1</Seats>
</FleetVehicleSeatsModel>
<FleetVehicleSeatsModel>
<Seats>1</Seats>
</FleetVehicleSeatsModel>
</SeatsList>
<TorqueMax>1</TorqueMax>
<TorqueMin>1</TorqueMin>
<TransmissionType>sample string 22</TransmissionType>
<TransmissionTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
</TransmissionTypes>
<UsedDieselPrice>40.1</UsedDieselPrice>
<UsedDieselRebate>41.1</UsedDieselRebate>
<UsedPetrolPrice>38.1</UsedPetrolPrice>
<UsedPetrolRebate>39.1</UsedPetrolRebate>
<UserId>e4f2450e-8655-4943-b501-9eededc1d4b8</UserId>
<VehicleImg>QEA=</VehicleImg>
<VehicleMakeOption1>
<FleetVehicleMakeModel>
<BrandDiscount>1</BrandDiscount>
<CreatedBy>e4dde67c-b6f2-420a-8b98-385e70fd54b0</CreatedBy>
<CreatedByUser>sample string 7</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<ModifiedBy>8c7d3d7c-f23c-47f1-8eec-dfe260539927</ModifiedBy>
<ModifiedByUser>sample string 8</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<ShowOnFleetEstimate>true</ShowOnFleetEstimate>
<VehicleMake>sample string 2</VehicleMake>
<VehicleMakeId>ec9ba3ed-6985-4556-9b00-a024496017ed</VehicleMakeId>
</FleetVehicleMakeModel>
<FleetVehicleMakeModel>
<BrandDiscount>1</BrandDiscount>
<CreatedBy>e4dde67c-b6f2-420a-8b98-385e70fd54b0</CreatedBy>
<CreatedByUser>sample string 7</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<ModifiedBy>8c7d3d7c-f23c-47f1-8eec-dfe260539927</ModifiedBy>
<ModifiedByUser>sample string 8</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<ShowOnFleetEstimate>true</ShowOnFleetEstimate>
<VehicleMake>sample string 2</VehicleMake>
<VehicleMakeId>ec9ba3ed-6985-4556-9b00-a024496017ed</VehicleMakeId>
</FleetVehicleMakeModel>
</VehicleMakeOption1>
<VehicleMakeOption2>
<FleetVehicleMakeModel>
<BrandDiscount>1</BrandDiscount>
<CreatedBy>e4dde67c-b6f2-420a-8b98-385e70fd54b0</CreatedBy>
<CreatedByUser>sample string 7</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<ModifiedBy>8c7d3d7c-f23c-47f1-8eec-dfe260539927</ModifiedBy>
<ModifiedByUser>sample string 8</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<ShowOnFleetEstimate>true</ShowOnFleetEstimate>
<VehicleMake>sample string 2</VehicleMake>
<VehicleMakeId>ec9ba3ed-6985-4556-9b00-a024496017ed</VehicleMakeId>
</FleetVehicleMakeModel>
<FleetVehicleMakeModel>
<BrandDiscount>1</BrandDiscount>
<CreatedBy>e4dde67c-b6f2-420a-8b98-385e70fd54b0</CreatedBy>
<CreatedByUser>sample string 7</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<ModifiedBy>8c7d3d7c-f23c-47f1-8eec-dfe260539927</ModifiedBy>
<ModifiedByUser>sample string 8</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<ShowOnFleetEstimate>true</ShowOnFleetEstimate>
<VehicleMake>sample string 2</VehicleMake>
<VehicleMakeId>ec9ba3ed-6985-4556-9b00-a024496017ed</VehicleMakeId>
</FleetVehicleMakeModel>
</VehicleMakeOption2>
<VehicleMakeOption3>
<FleetVehicleMakeModel>
<BrandDiscount>1</BrandDiscount>
<CreatedBy>e4dde67c-b6f2-420a-8b98-385e70fd54b0</CreatedBy>
<CreatedByUser>sample string 7</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<ModifiedBy>8c7d3d7c-f23c-47f1-8eec-dfe260539927</ModifiedBy>
<ModifiedByUser>sample string 8</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<ShowOnFleetEstimate>true</ShowOnFleetEstimate>
<VehicleMake>sample string 2</VehicleMake>
<VehicleMakeId>ec9ba3ed-6985-4556-9b00-a024496017ed</VehicleMakeId>
</FleetVehicleMakeModel>
<FleetVehicleMakeModel>
<BrandDiscount>1</BrandDiscount>
<CreatedBy>e4dde67c-b6f2-420a-8b98-385e70fd54b0</CreatedBy>
<CreatedByUser>sample string 7</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<ModifiedBy>8c7d3d7c-f23c-47f1-8eec-dfe260539927</ModifiedBy>
<ModifiedByUser>sample string 8</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<ShowOnFleetEstimate>true</ShowOnFleetEstimate>
<VehicleMake>sample string 2</VehicleMake>
<VehicleMakeId>ec9ba3ed-6985-4556-9b00-a024496017ed</VehicleMakeId>
</FleetVehicleMakeModel>
</VehicleMakeOption3>
<VehicleModelOption1>
<FleetVehicleModel>
<VehicleModel>sample string 2</VehicleModel>
<sref>sample string 1</sref>
</FleetVehicleModel>
<FleetVehicleModel>
<VehicleModel>sample string 2</VehicleModel>
<sref>sample string 1</sref>
</FleetVehicleModel>
</VehicleModelOption1>
<VehicleModelOption2>
<FleetVehicleModel>
<VehicleModel>sample string 2</VehicleModel>
<sref>sample string 1</sref>
</FleetVehicleModel>
<FleetVehicleModel>
<VehicleModel>sample string 2</VehicleModel>
<sref>sample string 1</sref>
</FleetVehicleModel>
</VehicleModelOption2>
<VehicleModelOption3>
<FleetVehicleModel>
<VehicleModel>sample string 2</VehicleModel>
<sref>sample string 1</sref>
</FleetVehicleModel>
<FleetVehicleModel>
<VehicleModel>sample string 2</VehicleModel>
<sref>sample string 1</sref>
</FleetVehicleModel>
</VehicleModelOption3>
<VehicleType>sample string 25</VehicleType>
<VehicleTypeSubCategoryId>46a33f0c-f83a-420c-a24f-ae178cfe22f7</VehicleTypeSubCategoryId>
<VehicleTypes>
<FleetVehicleTypeModel>
<AvgTyrelife>1</AvgTyrelife>
<CreatedBy>93147afd-129a-4e49-9a1c-f3d841e29e3b</CreatedBy>
<CreatedByUser>sample string 4</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<MaxQuoteKm>1</MaxQuoteKm>
<MaxQuoteKmList>
<FleetContractKilometerModel>
<ContractKilometer>1</ContractKilometer>
<ContractTerm>2</ContractTerm>
<KM_PM>1</KM_PM>
</FleetContractKilometerModel>
<FleetContractKilometerModel>
<ContractKilometer>1</ContractKilometer>
<ContractTerm>2</ContractTerm>
<KM_PM>1</KM_PM>
</FleetContractKilometerModel>
</MaxQuoteKmList>
<MaxQuoteMonths>1</MaxQuoteMonths>
<MaxQuoteMonthsList>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
</MaxQuoteMonthsList>
<MinQuoteMonths>1</MinQuoteMonths>
<MinQuoteMonthsList>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
</MinQuoteMonthsList>
<ModifiedBy>a2be2375-dad5-4fff-897b-f172855c0203</ModifiedBy>
<ModifiedByUser>sample string 5</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<VehicleType>sample string 2</VehicleType>
<VehicleTypeId>7ec0d714-0608-400e-9611-d0d51c4f54d9</VehicleTypeId>
</FleetVehicleTypeModel>
<FleetVehicleTypeModel>
<AvgTyrelife>1</AvgTyrelife>
<CreatedBy>93147afd-129a-4e49-9a1c-f3d841e29e3b</CreatedBy>
<CreatedByUser>sample string 4</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<MaxQuoteKm>1</MaxQuoteKm>
<MaxQuoteKmList>
<FleetContractKilometerModel>
<ContractKilometer>1</ContractKilometer>
<ContractTerm>2</ContractTerm>
<KM_PM>1</KM_PM>
</FleetContractKilometerModel>
<FleetContractKilometerModel>
<ContractKilometer>1</ContractKilometer>
<ContractTerm>2</ContractTerm>
<KM_PM>1</KM_PM>
</FleetContractKilometerModel>
</MaxQuoteKmList>
<MaxQuoteMonths>1</MaxQuoteMonths>
<MaxQuoteMonthsList>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
</MaxQuoteMonthsList>
<MinQuoteMonths>1</MinQuoteMonths>
<MinQuoteMonthsList>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
<FleetContractTermModel>
<ContractTerm>1</ContractTerm>
<Term>sample string 2</Term>
</FleetContractTermModel>
</MinQuoteMonthsList>
<ModifiedBy>a2be2375-dad5-4fff-897b-f172855c0203</ModifiedBy>
<ModifiedByUser>sample string 5</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<VehicleType>sample string 2</VehicleType>
<VehicleTypeId>7ec0d714-0608-400e-9611-d0d51c4f54d9</VehicleTypeId>
</FleetVehicleTypeModel>
</VehicleTypes>
<VehicleYearOption1>
<VehicleYearModel>
<VehicleYear>sample string 1</VehicleYear>
</VehicleYearModel>
<VehicleYearModel>
<VehicleYear>sample string 1</VehicleYear>
</VehicleYearModel>
</VehicleYearOption1>
<VehicleYearOption2>
<VehicleYearModel>
<VehicleYear>sample string 1</VehicleYear>
</VehicleYearModel>
<VehicleYearModel>
<VehicleYear>sample string 1</VehicleYear>
</VehicleYearModel>
</VehicleYearOption2>
<VehicleYearOption3>
<VehicleYearModel>
<VehicleYear>sample string 1</VehicleYear>
</VehicleYearModel>
<VehicleYearModel>
<VehicleYear>sample string 1</VehicleYear>
</VehicleYearModel>
</VehicleYearOption3>
<YearOption1>1</YearOption1>
<YearOption2>1</YearOption2>
<YearOption3>1</YearOption3>
<benckmark>
<FMLPayment>6.1</FMLPayment>
<FMLPaymentWithoutTyre>5.1</FMLPaymentWithoutTyre>
<FMMPayment>8.1</FMMPayment>
<FMMPaymentWithTyre>7.1</FMMPaymentWithTyre>
<IncludeTyre>true</IncludeTyre>
<Mileage>3</Mileage>
<TcoWithTyre>10.1</TcoWithTyre>
<TcoWithoutTyre>9.1</TcoWithoutTyre>
<Term>2</Term>
<VapsTotal>11.1</VapsTotal>
<Vehicle>sample string 1</Vehicle>
</benckmark>
<fleetBenchmarkOptions>
<FleetBenchmarkOptionsModel>
<FMLPaymentWithoutTyre>1.1</FMLPaymentWithoutTyre>
<FML_Payment>1</FML_Payment>
<FMMPaymentWithTyre>1.1</FMMPaymentWithTyre>
<FMM_Payment>1</FMM_Payment>
<IsBenchmarkVehicle>true</IsBenchmarkVehicle>
<IsSelected>true</IsSelected>
<Mileage>1</Mileage>
<Sref>sample string 1</Sref>
<TcoWithTyre>1.1</TcoWithTyre>
<TcoWithoutTyre>1.1</TcoWithoutTyre>
<Term>1</Term>
<VapsTotal>1</VapsTotal>
<VehicleDescription>sample string 2</VehicleDescription>
</FleetBenchmarkOptionsModel>
<FleetBenchmarkOptionsModel>
<FMLPaymentWithoutTyre>1.1</FMLPaymentWithoutTyre>
<FML_Payment>1</FML_Payment>
<FMMPaymentWithTyre>1.1</FMMPaymentWithTyre>
<FMM_Payment>1</FMM_Payment>
<IsBenchmarkVehicle>true</IsBenchmarkVehicle>
<IsSelected>true</IsSelected>
<Mileage>1</Mileage>
<Sref>sample string 1</Sref>
<TcoWithTyre>1.1</TcoWithTyre>
<TcoWithoutTyre>1.1</TcoWithoutTyre>
<Term>1</Term>
<VapsTotal>1</VapsTotal>
<VehicleDescription>sample string 2</VehicleDescription>
</FleetBenchmarkOptionsModel>
</fleetBenchmarkOptions>
<fleetVehicleTypeSubCategories>
<FleetVehicleTypeSubCategoryModel>
<CreatedBy>2ce1f7bb-6d88-4c39-b353-8f00f39c2d26</CreatedBy>
<CreatedByUser>sample string 5</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<MaxLength>1</MaxLength>
<MinLength>1</MinLength>
<ModifiedBy>44300d92-e439-4ec6-8cc6-3768925931e7</ModifiedBy>
<ModifiedByUser>sample string 6</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<VehicleType>sample string 2</VehicleType>
<VehicleTypeId>1516ed13-32c8-4f79-b3f6-134876bd4a98</VehicleTypeId>
<VehicleTypeSubCategoryDesc>sample string 3</VehicleTypeSubCategoryDesc>
<id>549564e4-7d82-4af9-86fa-bd58bf79d19e</id>
</FleetVehicleTypeSubCategoryModel>
<FleetVehicleTypeSubCategoryModel>
<CreatedBy>2ce1f7bb-6d88-4c39-b353-8f00f39c2d26</CreatedBy>
<CreatedByUser>sample string 5</CreatedByUser>
<CreatedOn>2026-06-03T12:01:12.1008438+02:00</CreatedOn>
<IsActive>true</IsActive>
<MaxLength>1</MaxLength>
<MinLength>1</MinLength>
<ModifiedBy>44300d92-e439-4ec6-8cc6-3768925931e7</ModifiedBy>
<ModifiedByUser>sample string 6</ModifiedByUser>
<ModifiedOn>2026-06-03T12:01:12.1008438+02:00</ModifiedOn>
<VehicleType>sample string 2</VehicleType>
<VehicleTypeId>1516ed13-32c8-4f79-b3f6-134876bd4a98</VehicleTypeId>
<VehicleTypeSubCategoryDesc>sample string 3</VehicleTypeSubCategoryDesc>
<id>549564e4-7d82-4af9-86fa-bd58bf79d19e</id>
</FleetVehicleTypeSubCategoryModel>
</fleetVehicleTypeSubCategories>
<id>c67bf51f-f658-422c-bcc6-bc4b23e96553</id>
</EstimateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>