Versions Compared

Key

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

...

Code Block
languagejson
{
  "pricing_get_reservation_response": {    
      "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",
      "number_of_adults": "2",
      "number_of_children": "0",
      "number_of_infants": "0",      
      "amount": "300.00",      
      "booking_fee": "0",
      "cleaning_fee": "0",
      "checkin_fee": "0",
      "shortstay_fee": "0",
      "tourist_tax": "0",
      "creditcard_fee": "0",
      "earlybooking_discount": "0",
      "longstay_discount": "0",
      "lastminute_discount": "0",
      "stardard_discount": "0",
      "promotional_discount": "0",
      "channel_commission": "0",
      "extra_amounts": "0",
      "rate_name": "",
      "currency": "EUR",
      "dates": [
        {
          "date": "",
          "import": ""
        }, {
          "date": "",
          "ipmort": ""
        }
      ]
  }
}

...