What does ResHarmonics push to the Duve?
Rooms/Rentals
- id - unit id;
- status - either ‘ACTIVE’ or ‘INACTIVE’;
- name - unit name;
- street - concatenation of unit address line1, line2 and line3;
- country - 2 character country ISO code from unit address;
- city - city name from unit address;
- postalCode - postal code from unit address;
- area - area name of the unit type;
- coordinates - latitude & longitude of unit building;
- floor - unit floor;
- buildingCode - building access code;
- doorCode - key location active key code;
- maxNumberOfGuests - unit type max occupancy
For unit reservations / room stays
- Guest Data for the primary guest in the reservation:
- firstname
- last name
- phone
- country
- id - room stay id;
- Adults - room stay number of guests if not null, else null;
- Checkin - room stay start date;
- Checkout - room stay end date;
- UntiId - room stay unit id;
- unitName - room stay unit name;
- price - room stay net amount + room stay vat amount
- Routing for VCC not supported - Duve will show full amount regardless of VCC payment
- status - if room stay status is cancelled set as ‘CANCELLED', else 'CONFIRMED’;
- currency - room stay currency;
- guests - collection of GuestDTOs - see GuestDTO definition above;
Reservations
For Bookings
- id - bookingReference;
- status - values ('CONFIRMED' or 'CANCELLED');
- channelReservationId - booking customer reference if not null, otherwise booking ota booking reference;
- channelName - booking channel name;
- agent - booker username or “siteminder“ or “rentals united“ or “resharmonics api“;
- createdAt - booking created date / time;
- bookedAt - booking created date / time;
- updatedAt - booking last update date / time;
- primaryGuest - GuestDTO - see below;
- unitReservations - collection of UnitReservationDTOs - see below;
Guests Profiles
- firstName - contact first name;
- lastName - contact last name;
- email - contact primary email address if present otherwise booking contact email address;
- phone - contact primary telephone number;
- country - if contact has nationality, then get 2 character country alpha code of nationality
What Does Duve sync back to ResHarmonics?
Pre Check-in webhooks - Verified Email address added in Duve is updated on the reservation in ResHarmonics
Comments
0 comments
Please sign in to leave a comment.