Qodex.ai
Qodex.ai
IntroductionAsk Anything
Customer Services Test Suite
Integration Tests
Create a customerVerify that customer was deletedUpdate a single customerRetrieve all customers from United StatesDelete a single customer
Negative Tests
Create a customer without X-API-KeyUpdate customer without X-API-KeyDelete non-existent customer
Remote Services Mock Collection
vehicles/{vin}-engine
Turn engine onTurn engine offReturns a complete status and health update for the engine
vehicles/{vin}-interior/climate
Get climate settingsSet climate settings
Remote Services Test Suite
Integration Tests
Turn engine onSet climate settingsGet climate settingsTurn engine offVerify engine is turned off
Vehicle Status Mock Collection
vehicles/{vin}/status
Returns the current odometer reading in both km and milesReturns a status and health report for all connected battery elements (includes EV batteries as well)Returns a complete status and health update for the engine
IntroductionAsk Anything
Customer Services Test Suite
Integration Tests
Create a customerVerify that customer was deletedUpdate a single customerRetrieve all customers from United StatesDelete a single customer
Negative Tests
Create a customer without X-API-KeyUpdate customer without X-API-KeyDelete non-existent customer
Remote Services Mock Collection
vehicles/{vin}-engine
Turn engine onTurn engine offReturns a complete status and health update for the engine
vehicles/{vin}-interior/climate
Get climate settingsSet climate settings
Remote Services Test Suite
Integration Tests
Turn engine onSet climate settingsGet climate settingsTurn engine offVerify engine is turned off
Vehicle Status Mock Collection
vehicles/{vin}/status
Returns the current odometer reading in both km and milesReturns a status and health report for all connected battery elements (includes EV batteries as well)Returns a complete status and health update for the engine
HomeVehicle Status Mock Collectionvehicles/{vin}/status

vehicles/{vin}/status

Number of APIs: 3

  1. Returns the current odometer reading in both km and miles GET {{baseUrl}}/vehicles/:vin/status/odometer

  2. Returns a complete status and health update for the engine GET {{baseUrl}}/vehicles/:vin/status/engine

  3. Returns a status and health report for all connected battery elements (includes EV batteries as well) GET {{baseUrl}}/vehicles/:vin/status/battery

Previous
Vehicle Status Mock Collection
Next
Returns the current odometer reading in both km and miles