The following are the successful status codes returned in the REST API response:
| Code | Description |
|---|---|
| 200 | Success |
| 201 | Created |
| 202 | Accepted |
The following are the fault (error) codes returned in the REST API response:
| Code | Error Message (Fault String) |
|---|---|
| 400 | Invalid Request |
| 401 | Authentication Failed |
| 404 | Not Found |
| 405 | Method Not Allowed |
| 415 | Invalid Post Data |
| 500 | Error |