index

getRateLinks JSON


Instructions

Post JSON data here to get information rate links to the specified rateId.

The parameter rateId is required to specify the base rate to return. The base rate must be owned by the property used for authentication.

Information about the base rate is not returned, only information about the rate linking parameters is returned.

See here for information about using the JSON API.

Example Data

All links to specified rateId

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