index

getDailyPriceSetup JSON


Instructions

Post JSON data here to get information about the daily price setup for the specified roomId.

A specific dailyPriceNumber can be specified, otherwise all daily prices for the room are returnd.

See here for information about using the JSON API.

Example Data

All daily prices for the specified roomId

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

The second daily price for the specified roomId

{
    "authentication": {
        "apiKey": "apiKeyAsSetInAccountSettings",
        "propKey": "propKeyAsSetForTheProperty"
    },
    "roomId": "12345678",
    "dailyPriceNumber": "2"
}