Response code | Meaning | Description |
---|---|---|
200 |
| Your request has been processed. You see what has been processed in the response. |
202 |
| The request was accepted but not necessary successful. Response for booking updates. |
400 |
| This usually occurs because of a missing or malformed parameter. Check the documentation and the syntax of your request and try again. |
401 |
| A valid api_key was not provided with the request, so the API could not associate a user with the request. This could mean no api_key was provided, or the provided api_key was incorrect (or disabled). |
404 |
| Either the request method and path supplied do not specify a known action in the API, or the object specified by the request does not exist. |
406 |
| In your configuration this endpoint does not accept data. This happens when you push data to rates and availabilities but use LOS. |
413 |
| The rates endpoints only accepts rateplans of a size up to 500 rateplans. If you try to push more than that, you will face this error. |
429 |
| You push to many updates for a single apartment, most of the times at the same time for multiple endpoints. |
500 |
| This error lets you know our servers have experienced a problem. Please stop pushing and retry after a few seconds. If this error persists, please contact us. |