element SIG_AirTicketRQ
diagram sigws_p144.png
type extension of RequestBase
properties
content complex
children TicketInfo
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
Ticket and refund data request
source <s:element name="SIG_AirTicketRQ">
 
<s:annotation>
   
<s:documentation>Ticket and refund data request</s:documentation>
 
</s:annotation>
 
<s:complexType>
   
<s:complexContent>
     
<s:extension base="RequestBase">
       
<s:sequence>
         
<s:element name="TicketInfo">
           
<s:complexType>
             
<s:sequence>
               
<s:element name="Ticket" type="TicketActionInfo" maxOccurs="unbounded"/>
             
</s:sequence>
           
</s:complexType>
         
</s:element>
       
</s:sequence>
     
</s:extension>
   
</s:complexContent>
 
</s:complexType>
</s:element>

element SIG_AirTicketRQ/TicketInfo
diagram sigws_p145.png
properties
content complex
children Ticket
source <s:element name="TicketInfo">
 
<s:complexType>
   
<s:sequence>
     
<s:element name="Ticket" type="TicketActionInfo" maxOccurs="unbounded"/>
   
</s:sequence>
 
</s:complexType>
</s:element>

element SIG_AirTicketRQ/TicketInfo/Ticket
diagram sigws_p146.png
type TicketActionInfo
properties
minOcc 1
maxOcc unbounded
content complex
children RefundData
attributes
Name  Type  Use  Default  Fixed  Annotation
Action  TicketActionType  required      
documentation
Action:
Display - show ticket information
QuoteRefund - show ticket and refund information
Refund - refund ticket
Void - void ticket
TicketNumber  s:string        
EMDNumber  s:string        
BookingReference  s:string        
documentation
Mandatory for Display, QuoteRefund and Refund requests. For void ticket query record locator is optional.
CRS  CRSType        
documentation
For void ticket query is mandatory, if BookingReference is not set.
Office  derived by: s:string        
documentation
For void ticket query is mandatory, if BookingReference is not set.
LeadPassenger  s:string        
FreeText  s:string        
documentation
Free text system dependant parameter - for SITA it is an alternative validator
source <s:element name="Ticket" type="TicketActionInfo" maxOccurs="unbounded"/>


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