Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "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": "394.85",
      "booking_fee": "0.00",
      "cleaning_fee": "0.00",
      "checkin_fee": "0.00",
      "touristic_tax": "0.00",
      "currency": "EUR",
      "dates": [{
        "date": "2022-03-18",
        "price": "80.00"
      },{
        "date": "2022-03-19",
        "price": "80.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"
    }]
  }
}

...