Skip to main content

CRS Reservation Delivery (HTNG)

10.33
Property Connect
HTNG
Reservations
SOAP API
PMS Integration
Profile & Loyalty Management

SynXis HTNG reservation messages can support child ages included on reservations in reservation delivery to integrating systems.

Read more

HTNG - Support Child Ages (FEA60440)

SynXis HTNG reservation messages can support child ages included on reservations in reservation delivery to integrating systems, and in reservation synch to SynXis CRS. Automatically integrating child age breakdowns between SynXis CRS and integrating systems provides an opportunity to improve operational efficiency by removing the task of manually aligning the ages of the children between systems.

Configuration to enable child age breakdown in HTNG reservation delivery and reservation synch is defaulted to not include the information. Integrating systems must support child ages functionality prior to enabling the setting.

SynXis HTNG integrating systems wishing to consume/exchange child ages in reservations with SynXis CRS must be certified.

 

Example: Reservation Including Children with Ages (Partial)
This partial use case shows a reservation with child ages stored. Two Room Reservation includes 2 Adults and 4 Children. Child 1 is 1 years old, Child 2 is 1 years old, Child 3 is 2 years old, Child 4 is 6 years old.

<GuestCounts IsPerRoom="false">
	<GuestCount AgeQualifyingCode="10" Count="2"/>
	<GuestCount AgeQualifyingCode="8" Count="4"/>
	<GuestCount AgeQualifyingCode="8" Count="2" Age="1"/>
	<GuestCount AgeQualifyingCode="8" Count="1" Age="2"/>
	<GuestCount AgeQualifyingCode="8" Count="1" Age="6"/>
</GuestCounts>