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
HomeCustomer Services Test SuiteNegative Tests

Negative Tests

Number of APIs: 3

  1. Delete non-existent customer DELETE {{baseUrl}}/customers/:customerID

  2. Create a customer without X-API-Key POST {{baseUrl}}/customers

  3. Update customer without X-API-Key PUT {{baseUrl}}/customers/:customerID

Previous
Delete a single customer
Next
Create a customer without X-API-Key