API Documentation
Car:
Authenticated entrypoint for cars.
URL: None
Accepted methods: GET, POST, PUT, DELETE
-
method read(car_id=<optional>):
-
- Parameters:
- car_id: The UUID for the car to retrieve
-
-
method create():
-
Creates a new car.
-
-
method update():
-
method delete(car_id):
AnonymousCarResponse:
Anonymous entrypoint for cars.
URL: None
Accepted methods: GET
-
method read():
-
method create():
-
method update():
-
method delete():
CarResponse:
Authenticated entrypoint for car responses.
URL: None
Accepted methods: GET, POST, PUT, DELETE
-
method read(car_id=<optional>):
-
- Parameters:
- car_id: The UUID for the car to retrieve
-
-
method create():
-
Creates new car response(s).
-
-
method update():
-
method delete(car_id):
TroubleCode:
Entrypoint for trouble codes.
URL: None
Accepted methods: GET, POST, PUT, DELETE
-
method read(code=<optional>):
-
- Parameters:
- code: The trouble code to retrieve
-
-
method create():
-
method update():
-
method delete():
TroubleCodeV1:
Entrypoint for trouble codes.
URL: None
Accepted methods: GET, POST, PUT, DELETE
-
method read(dtc=<optional>):
-
- Parameters:
- dtc: The trouble code to retrieve
-
-
method create():
-
method update():
-
method delete():