RESTful API for Car (Index)
Car | |||||
---|---|---|---|---|---|
Method | URI | Formats | Status Codes | ||
GET | /car |
text/xml application/json |
|
||
POST | /car |
application/json |
|
||
GET | /car/{carId} |
application/json |
|
||
PUT | /car/{carId} |
application/json |
|
||
DELETE | /car/{carId} |
none |
|