...
Code Block | ||
---|---|---|
| ||
{
"get_reservations": {
"bookings": [
{
"lodging_id": "12341001",
"booking_id": "1234121984",
"status": "confirmed",
"country": "Spain",
"channel": "Airbnb",
"channel_booking_id": "HMXE34234",
"booking_date": "2017-05-23",
"cancel_date": "",
"arrival_date": "2017-10-05",
"departure_date": "2017-10-08",
"amount": "300.00",
"booking_fee": "0.00",
"cleaning_fee": "0.00",
"checkin_fee": "0.00",
"touristic_tax": "0.00",
"currency": "EUR",
"dates": [{
"date": "2017-10-05",
"price": "100.00"
},{
"date": "2017-10-06",
"price": "100.00"
},{
"date": "2017-10-07",
"price": "100.00"
}
]
},{
"lodging_id": "12341001",
"booking_id": "1234121984",
"status": "cancelled",
"country": "Spain",
"channel": "Airbnb",
"channel_booking_id": "",
"booking_date": "2017-05-23",
"cancel_date": "2017-10-01",
"arrival_date": "2017-10-05",
"departure_date": "2017-10-08",
"amount": "394.85",
"currency": "EUR"
}]
}
} |
“amount” is the total amount of the reservation, whichs adds the price per night (that you have separated in the “dates” array) + booking fee + cleaning fee + checkin fee.