element SIG_AirPriceRQ
diagram sigws_p63.png
type extension of RequestBase
properties
content complex
children BookingIdentity PriceOption
used by
complexType SIG_RequestType
attributes
Name  Type  Use  Default  Fixed  Annotation
CustomerID  s:string  required      
documentation
CustomerID - assigned by SIG Support customer identification
SessionID  s:string  optional      
documentation
SessionID from previous reply for sessioned requests.
RequestID  s:string  optional      
documentation
RequestID - user defined request ID - will be returned in reply. RequestID is mandatory for multi request
DebugMode  s:boolean        
documentation
DebugMode and DebugOpt should not be used by user applications.
DebugOpt  s:string  optional      
documentation
DebugMode and DebugOpt should not be used by user applications.
annotation
documentation
Request all available price options. Price PNR with selected option. Returns SIG_AirPriceRS
source <s:element name="SIG_AirPriceRQ">
 
<s:annotation>
   
<s:documentation>Request all available price options. Price PNR with selected option. Returns SIG_AirPriceRS</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="RequestBase">
       
<s:sequence>
         
<s:annotation>
           
<s:documentation>Request has two mode:
* get list of price options for PNR in session or by BookingIdentiry
* price PNR with selected option
</s:documentation>
         
</s:annotation>
         
<s:element name="BookingIdentity" type="BookingIdentityType" minOccurs="0"/>
         
<s:element name="PriceOption" type="PriceOptionType" minOccurs="0"/>
       
</s:sequence>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_AirPriceRQ/BookingIdentity
diagram sigws_p64.png
type BookingIdentityType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
BookingReference  s:string  required      
documentation
Booking reference from the previous AirBookRQ
LeadPassenger  derived by: s:string        
documentation
Family name of the first passenger
Mandatory only for an Air PNRs booked in CRS 1H
source <s:element name="BookingIdentity" type="BookingIdentityType" minOccurs="0"/>

element SIG_AirPriceRQ/PriceOption
diagram sigws_p65.png
type PriceOptionType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
OptionRef  s:string  required      
documentation
Reference for selected price variant
source <s:element name="PriceOption" type="PriceOptionType" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy