General requirements
Accept headers
The FleetGO API accepts the application/json and application/xml media type for both request and response.
HTTP status codes
| 200 | The request was successful | 
| 201 | New resource successfully created | 
| 400 | There is something wrong with the incoming data | 
| 401 | Invalid OAuth2 access | 
| 403 | The request is not allowed | 
| 404 | URL doesn't exist | 
| 503 | Service unavailable | 
Request methods
The standard RESTful HTTP request methods follow a CRUD approach:
- GET (retrieve)
 - POST (create)
 - PUT (modify)
 - DELETE (delete)
 
The FleetGO API uses these request methods for retrieving, creating, modifying and deleting data.
Date
Date values follow the ISO 8601 format (YYYY-MM-DDTHH:MM:SS).