index

getRates JSON


Instructions

Post JSON data here to get rates from a property.

See here for information about using the JSON API.

The getRates parameter roomId is optional and can be used to limit the returned rates to the specified room.

Example Data

All rates in a property

{
    "authentication": {
        "apiKey": "apiKeyAsSetInAccountSettings",
        "propKey": "propKeyAsSetForTheProperty"
    }
}

Rates for one room

{
    "authentication": {
        "apiKey": "apiKeyAsSetInAccountSettings",
        "propKey": "propKeyAsSetForTheProperty"
    },
    "roomId": "12345"
}