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
HomeRemote Services Mock Collectionvehicles/{vin}-interior/climate

vehicles/{vin}-interior/climate

Number of APIs: 2

  1. Get climate settings GET {{baseUrl}}/vehicles/:vin/interior/climate

  2. Set climate settings POST {{baseUrl}}/vehicles/:vin/interior/climate

Previous
Returns a complete status and health update for the engine
Next
Get climate settings