Service Schedule data for new and used cars and light commercials.
Solifi data has been trusted by the UK leasing industry for over 20 years to power fleet management systems, where the need for highly accurate maintenance data is paramount.
Key Features
OE Researched
Solifi data is based on OE researched service schedules, times and parts costs
Trusted
Trusted by major UK fleet and leasing providers, Solifi has been a leading industry supplier for over 20 years
Comprehensive
Data coverage extends to over 200,000 cars and light commercials.
Repair Times
Includes the standard repair time* and fleet labour rate (*excludes any sundry items e.g. timing belt which may be due)
Parts Cost
Includes the parts basket cost* for the service. (*excludes any sundry items e.g. timing belt which may be due)
Consumables
Includes oil, coolant and gearbox capacities data - plus antifreeze percentage
Sample Response
V2
Documentation
Introduction
Service Schedule data for new and used cars and light commercials.
Header
When making calls to our API, include the following header:
x-api-key:your-api-key-here
Example Request
https://api.oneautoapi.com/solifi/serviceschedulefromidscode?ids_code=AB001234
Example Sandbox Request
https://sandbox.oneautoapi.com/solifi/serviceschedulefromidscode?ids_code=AB001234
Request Parameters
ids_code
mandatory, string, e.g. AB001234
The IDS Code.
Sample Response
{
"success": true,
"result": {
"service_consumables_info": {
"oil_capacity_litres": 6,
"coolant_capacity_litres": 6,
"gearbox_capacity_litres": 6,
"antifreeze_percentage": 50
},
"free_servicing": {
"free_servicing_months": 12,
"free_servicing_miles": 12000
},
"free_maintenance": {
"free_maintenance_months": 12,
"free_maintenance_miles": 12000
},
"service_regimes": [
{
"service_regime": 1,
"is_variable_servicing": false,
"service_intervals": [
{
"service_name": "First service",
"service_interval_miles": 12,
"service_interval_months": 12000
}
],
"service_schedule": [
{
"service_miles": 12500,
"service_months": 24,
"parts_cost_gbp_ex_vat": 55.08,
"standard_repair_time_hours": 1.5,
"labour_rate_gbp_ex_vat": 69.73,
"standard_repair_time_cost_gbp_ex_vat": 104.49
}
]
}
]
},
"error": "If there is an error the message would go here"
}Response Parameters
success
e.g. true
Whether the api call was successful
oil_capacity_litres
e.g. 6
Oil capacity in litres.
coolant_capacity_litres
e.g. 6
Coolant capacity in litres.
gearbox_capacity_litres
e.g. 6
Gearbox capacity in litres.
antifreeze_percentage
e.g. 50
Antifreeze percentage.
free_servicing_months
e.g. 12
Free servicing months.
free_servicing_miles
e.g. 12000
Free servicing miles.
free_maintenance_months
e.g. 12
Free maintenance months.
free_maintenance_miles
e.g. 12000
Free Maintenance miles.
service_regime
e.g. 1
Service regime.
is_variable_servicing
e.g. false
Is variable servicing.
service_name
e.g. First service
Service name.
service_interval_miles
e.g. 12
Service interval miles.
service_interval_months
e.g. 12000
Service interval months.
service_miles
e.g. 12500
Service miles.
service_months
e.g. 24
Service months.
parts_cost_gbp_ex_vat
e.g. 55.08
Parts cost in GBP exclusive of VAT.
standard_repair_time_hours
e.g. 1.5
Standard repair time in hours.
labour_rate_gbp_ex_vat
e.g. 69.73
Labour rate in GBP exclusive of VAT.
standard_repair_time_cost_gbp_ex_vat
e.g. 104.49
Standard repair time cost in GBP exclusive of VAT.
error
e.g. If there is an error the message would go here
Details of what went wrong with the api call
Status Codes
200
success, chargeable
Request has been successfully received and a response has been sent.
202
accepted, non-chargeable
Request has been received and accepted for processing, but the action has not yet been completed.
204
no content, non-chargeable
Request has been successfully received but there is no content to return e.g. if an invalid VRM has been sent.
206
partial content, non-chargeable
Request has been successfully received but limited content is returned e.g. if an invalid VRM has been sent.
400
bad request, non-chargeable
Request was not received e.g. if any required parameters are missing.
403
forbidden, non-chargeable
Request was rejected e.g. if the API key is invalid or the service is not enabled.
429
too many requests, non-chargeable
API key rate limit/quota has been exceeded.
500
internal server error, non-chargeable
We are unable to process the request e.g. if the API is under extremely heavy load.
503
service unavailable, non-chargeable
Service is temporarily unavailable. Contact help@oneautoapi.com
