GET/DELETE/PUT
Code | Libellé | Informations |
200 | Ok | The request was successfully executed. |
400 | Bad Request | The request is missing some parameters. |
401 | Unauthorized | The authentication failed, your user might not be able to use the Webservices called or you might have an error in the authentication method. |
404 | Not Found | The resource was not found. |
411 | Length Required | You must fill the field “Content-Length” in the header of your requests. |
429 | Too Many Requests | You have sent too many requests on the last minute or the last hour. |
500 | Internal Server Error | An error occured while processing the request. If the problem continues please contact the technical support. |
POST
Code | Libellé | Informations |
201 | Created | The request was successfully executed |
400 | Bad Request | The request is missing some parameters. |
401 | Unauthorized | The authentication failed, your user might not be able to use the Webservices called or you might have an error in the authentication method. |
409 | Conflict | The resource already exists. |
411 | Length Required | You must fill the field “Content-Length” in the header of your requests. |
429 | Too Many Requests | You have sent too many requests on the last minute or the last hour. |
500 | Internal Server Error | An error occured while processing the request. If the problem continues please contact the technical support. |