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 SuiteIntegration Tests

Integration Tests

Number of APIs: 5

  1. Update a single customer PUT {{baseUrl}}/customers/:customerID

  2. Retrieve all customers from United States GET {{baseUrl}}/customers?country=United States

  3. Delete a single customer DELETE {{baseUrl}}/customers/:customerID

  4. Verify that customer was deleted GET {{baseUrl}}/customers/:customerID

  5. Create a customer POST {{baseUrl}}/customers

Previous
Customer Services Test Suite
Next
Create a customer