Difference between revisions of "GetRoomDailyCSV"

From Beds24 Wiki
Jump to navigation Jump to search
(Undo revision 4663 by Markkinchin (talk))
 
Line 1: Line 1:
 
[[Category:CSV API Methods]]
 
[[Category:CSV API Methods]]
  
getRatesCSV will provide a CSV file with information about each of the rooms rates.
+
GetRoomDailyCSV will provide a CSV file with room daily prices and available inventory per date.
  
Rates have a start and end date and apply to the period between these dates.
+
Each row contains the following fields:
 +
 
 +
*year
 +
*month
 +
*date
 +
*roomid
 +
*inventory
 +
*price1
 +
*price2
 +
*price3
 +
*price4

Latest revision as of 11:17, 23 September 2014


GetRoomDailyCSV will provide a CSV file with room daily prices and available inventory per date.

Each row contains the following fields:

  • year
  • month
  • date
  • roomid
  • inventory
  • price1
  • price2
  • price3
  • price4