Statistics Aggregated by Channel
Base Url
https://ba-dev.seekda.com/hotels/:hotel_id/reservation_summaries/per_channel.json
Parameters
Result
response format returns one record per channel that causes bookings in the time period queried
{
success: true,
result: [
{
_id: "bookingcom",
value: {
amount: 33199,
count: 27,
rooms: 33,
roomNights: 123,
adults: 57,
children: 0
}
},
{
[...]
}
}]
}