Reference data transactions
Brand information
Summary and examples
Information about brands/chains can be obtained use the BrandInformation transaction. Apart from returning information such as the name, email address and logo, it is also useful to determine whether the chain supports session control and booking modifications.
A message requesting information for 3 brands is shown below:
<HotelML xmlns="
http://www.xpegs.com/v2001Q3/HotelML
">
<Head>
<Process Function="TI_BrandInformationV1_1" DataPath="/HotelML/Form/BrandInformation"/>
<Route Source="01" Destination="00"/>
</Head>
<Form>
<BrandInformation>
<Brand Code="GT"/>
<Brand Code="MC"/>
<Brand Code="BW"/>
</BrandInformation>
</Form>
</HotelML>The corresponding response is below:
It is possible to request details of all brands by sending an empty BrandInformation element, as shown below:
Last updated