...
Code Block | ||
---|---|---|
| ||
{ "pricing_get_reservations_response": { "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", "currency": "EUR" },{ "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" }] } } |
...