...
parameter | type | description |
---|---|---|
lodging_id | integer(8) | |
lodging_company_name | string | Internal name of the property in Icnea’s PMS. |
lodging_public_name | string | Public name of the property. |
lodging_address | string | |
lodging_city | string | |
lodging_zip | string | |
lodging_country | iso-3166 | |
reservation_status | string | internal code for each status from booking_statysstatus |
booking_status | string | Options: requested, to_be_paid, pre_paid, confirmed, reminded, arrived, departed, closed, cancelled |
action | string | This field will show only if the reservation is NOT assigned to the lodging calendar, which means that it may be an overbooking and has to be dealt with quickly. Value will always be “misplaced”. |
booking_id | string | Reservation id in Icnea |
reservation | string | same as booking_id |
booking_date | yyyy-mm-ddThh:mm:ss | Date that the reservation was made |
reservation_date | yyyy-mm-ddThh:mm:ss | same as booking_date |
booking_remarks | string | |
reservation_remarks | string | same as booking_remarks |
customer_email | string | |
customer_name | string | |
customer_first_name | string | |
customer_last_name | string | |
customer_adress | string | |
customer_city | string | |
customer_country | iso-3166 | |
customer_zip | string | |
customer_telephone | string | |
customer_language | iso-6391 | |
cc_number | string(16) | |
cc_type | string | Values: MASTER, VISA, AMEX, DINERS |
cc_expiration | yyyy-mm | |
cc_cvc | string(3) | |
currency | iso-4217 | |
agency_name | string | If the reservation comes from an OTA, there will be the name (Booking.com, Airbnb, etc). If it’s from the website or direct, it will be empty. |
agency_reservation | string | Reservation ID in the OTA portal. |
agency_remarks | string | |
security_deposit | decimal | |
comission_amount | decimal | |
prepayment | decimal | |
arrival_time | hh:mm | |
flight_number | string | |
rooms | Node with each <room> | |
adds_on_stay | Node with each <add_on_stay> |
...