RESTful API for Driver (Index)

Driver
Method URI Formats Status Codes
GET /driver application/json
200 Returns a list of all cars
POST /driver application/json
201 Car object created
GET /driver/{driverId} application/json
200 Returns car specific data for a given ID
PUT /driver/{driverId} application/json
201 Car object created
DELETE /driver/{driverId} application/json
200 Success