RESTful API for Car (Index)

Car
Method URI Formats Status Codes
GET /car text/xml
application/json
200 Returns a list of all cars
POST /car application/json
201 Car object created
GET /car/{carId} application/json
200 Returns car specific data for a given ID
PUT /car/{carId} application/json
201 Car object created
DELETE /car/{carId} none
200 Currently Unused