API status codes
Status Codes returned by the API
Status | Code | Description |
---|---|---|
200 | OK | Operation was successful |
400 | Bad Request | The request was not in a correct form, or the posted data failed a validation test. Check the error returned to see what was wrong with the request. |
403 | Forbidden | Method authentication failed |
404 | Not found | Endpoint does not exist (eg using /SalesOrder instead of /SalesOrders) |
405 | Not allowed | The method used is not allowed (eg PUT, DELETE) or is missing a required parameter (eg POST requires an /{id} parameter) |
500 | Internal Server Error | The object passed to the API could not be parsed |