Skip to main content

Hotel Descriptive Content Sync (HTNG)

10.34
Hotel Descriptive Content
Property Connect
HTNG
Hotels
Descriptions
SOAP API
Data Migration
PMS Integration

Updated to support new functionality from the following enhancements: Tracking an External System User’s API transactions and Enhance APIs for additional Hotel Content and Time Zones.

Read more

Tracking an External System User’s API transactions (FEA92169)

The SynXis APIs have been enhanced so customers can now provide additional user metadata that will be tracked in SynXis CRS. This metadata will allow visibility into which users from the customer’s application (external system) initiated the API transactions to SynXis CRS.

A new optional parameter (ApplicationUserMetaData) is now supported in the HTTP headers for inbound requests to SynXis CRS, as well as in the header of the token request for use with REST APIs. The ApplicationUserMetaData parameter has a maximum size of 60 characters.


Enhance APIs for additional Hotel Content and Time Zones (FEA92756)

For customers who want to manage their hotel content using SynXis APIs, we have enhanced SOAP and REST APIs to include additional hotel content related to Property Email and Time Zone.

The following partial sample XML shows how the Property Email will be represented:

<OTA_HotelDescriptiveContentNotifRQ>
	<HotelDescriptiveContents>
		<HotelDescriptiveContent>
			...
			<ContactInfos>
				<ContactInfo>
					...
					<Emails>
						<Email EmailType="5">test@sabre.com</Email>
					</Emails>
				</ContactInfo>
			</ContactInfos>
			...
		</HotelDescriptiveContent>
	</HotelDescriptiveContents>
</OTA_HotelDescriptiveContentNotifRQ>

The following partial sample XML shows how the Time Zone will be represented:

<OTA_HotelDescriptiveContentNotifRQ>
	<HotelDescriptiveContents>
		<HotelDescriptiveContent>
			...
			<TPA_Extensions>
				...
				<TimeZone LocationID="AU-QLD"/>
			</TPA_Extensions>
		</HotelDescriptiveContent>
	</HotelDescriptiveContents>
</OTA_HotelDescriptiveContentNotifRQ>

A list of Time Zones supported in SynXis CRS are available here.