Response and Error Codes
HTTP Code | Summary | Description |
---|---|---|
200 | OK | The API call was completed succesfully |
201 | Created | Successful creation of resource |
204 | No Content | Successful deletion of a resource |
400 | Bad Request | A validation exception has occured |
401 | Unauthorised | Invalid authorization credentials or no SSL connection |
403 | Forbidden | Exceeded Connections Limit: Only 200 requests per minute are allowed. |
404 | Not Found | The resource does not exist |
409 | Conflict | The resource you are trying to create or alter conflicts with an existing resource (e.g. the ID is not unique) |
500 | Internal Error | An error has occured in the API. Contact the Maintenance Connection support team if the problem persist |
501 | Not Implemented | The method you have called has not been implemented in the Web API |