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.
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "roomId": "12345678" }
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "roomId": "12345678", "dailyPriceNumber": "2" }