Skip Navigation

UniversalProductAttributes

Route Happy

 

Element UniversalProductAttributes
Description

Universal Product Attribute items available on the returned flights in an indexed way that can be easily associated with flight components.

Note Headline, Description, SmallIconUrl, ThumbUrl, MediumSquareUrl, Caption, URL, and LargeIconUrl values are Base64 coded (this is due to the complexity and multiple special characters used across the available language translations).

Type UniversalProductAttributesType

 

Children Sequence

Name Type Min Occurs Max Occurs
UniversalProductAttribute UniversalProductAttributeRefType 1 unbounded

 

Sample SOAP Value

OTA:
<UniversalProductAttributes>
<Categories>
<Category Id="1" Name="RXhhbXBsZSBCYXNlNjQgc3RyaW5n"/>
...
</Categories>
<Media>
<Photos>
<Photo Id="1" ThumbUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" MediumSquareUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" LargeUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Url="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Caption="RXhhbXBsZSBCYXNlNjQgc3RyaW5n"/>
...
</Photos>
</Media>
<UPADefinitionList>
<UPA Id="1" SmallIconUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" LargeIconUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Headline="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Description="RXhhbXBsZSBCYXNlNjQgc3RyaW5n">
<CategoryRef Id="9"/>
<PhotoRef Id="13"/>
</UPA>
...
</UPADefinitionList>
</UniversalProductAttributes>

GIR:
<UPACategoryDesc ID="1" Name="RXhhbXBsZSBCYXNlNjQgc3RyaW5n="/>
<UPAPhotoDesc ID="1" ThumbUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" MediumSquareUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" LargeUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Url="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Caption="RXhhbXBsZSBCYXNlNjQgc3RyaW5n"/>
<UPADesc ID="1" SmallIconUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" LargeIconUrl="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Headline="RXhhbXBsZSBCYXNlNjQgc3RyaW5n" Description="RXhhbXBsZSBCYXNlNjQgc3RyaW5n">
<Category Ref="9"/>
<Photo Ref="13"/>
</UPADesc>