- Created by Yulia Komarova, last modified by Uliana Arefina on 08.09.2023
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 5 Next »
Check out
operation overview, their main purpose and use cases
References with detailed explanation of input&output parameters and possible errors
other samples
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <ns2:IATA_OrderViewRS xmlns:ns2="http://www.iata.org/IATA/2015/00/2019.1/IATA_OrderViewRS"> <ns2:Response> <ns2:DataLists> <ns2:PaxJourneyList> <ns2:PaxJourney> <ns2:PaxJourneyID>OD1</ns2:PaxJourneyID> <ns2:PaxSegmentRefID>SEG1</ns2:PaxSegmentRefID> </ns2:PaxJourney> </ns2:PaxJourneyList> <ns2:PaxList> <ns2:Pax> <ns2:Individual> <ns2:GenderCode>M</ns2:GenderCode> <ns2:GivenName>Charles</ns2:GivenName> <ns2:Surname>Xavier</ns2:Surname> <ns2:TitleName>MR</ns2:TitleName> </ns2:Individual> <ns2:PaxID>PAX4</ns2:PaxID> <ns2:PTC>ADT</ns2:PTC> </ns2:Pax> </ns2:PaxList> <ns2:PaxSegmentList> <ns2:PaxSegment> <ns2:Arrival> <ns2:AircraftScheduledDateTime>2023-11-30T06:20:00</ns2:AircraftScheduledDateTime> <ns2:IATA_LocationCode>OVB</ns2:IATA_LocationCode> </ns2:Arrival> <ns2:Dep> <ns2:AircraftScheduledDateTime>2023-11-30T04:45:00</ns2:AircraftScheduledDateTime> <ns2:IATA_LocationCode>KJA</ns2:IATA_LocationCode> </ns2:Dep> <ns2:MarketingCarrierInfo> <ns2:CarrierDesigCode>S7</ns2:CarrierDesigCode> <ns2:MarketingCarrierFlightNumberText>5310</ns2:MarketingCarrierFlightNumberText> <ns2:RBD_Code>Y</ns2:RBD_Code> </ns2:MarketingCarrierInfo> <ns2:OperatingCarrierInfo> <ns2:CarrierDesigCode>S7</ns2:CarrierDesigCode> <ns2:OperatingCarrierFlightNumberText>5310</ns2:OperatingCarrierFlightNumberText> </ns2:OperatingCarrierInfo> <ns2:PaxSegmentID>SEG1</ns2:PaxSegmentID> </ns2:PaxSegment> </ns2:PaxSegmentList> <ns2:ServiceDefinitionList> <ns2:ServiceDefinition> <ns2:Desc> <ns2:DescText>4214101933169</ns2:DescText> </ns2:Desc> <ns2:Name>bag</ns2:Name> <ns2:ServiceCode>0CC</ns2:ServiceCode> <ns2:ServiceDefinitionID>SD_1</ns2:ServiceDefinitionID> <ns2:ValidatingCarrierCode>S7</ns2:ValidatingCarrierCode> </ns2:ServiceDefinition> <ns2:ServiceDefinition> <ns2:Desc> <ns2:DescText>4214101933170</ns2:DescText> </ns2:Desc> <ns2:Name>bag</ns2:Name> <ns2:ServiceCode>0CD</ns2:ServiceCode> <ns2:ServiceDefinitionID>SD_2</ns2:ServiceDefinitionID> <ns2:ValidatingCarrierCode>S7</ns2:ValidatingCarrierCode> </ns2:ServiceDefinition> </ns2:ServiceDefinitionList> </ns2:DataLists> <ns2:Order> <ns2:BookingRef> <ns2:BookingEntity> <ns2:Carrier> <ns2:AirlineDesigCode>S7</ns2:AirlineDesigCode> </ns2:Carrier> </ns2:BookingEntity> <ns2:BookingID>LWSQ8S</ns2:BookingID> </ns2:BookingRef> <ns2:OrderID>Q39BJD6</ns2:OrderID> <ns2:OrderItem> <ns2:CreationDateTime>2023-09-04T17:51:21.705173</ns2:CreationDateTime> <ns2:OrderItemID>4214101933169</ns2:OrderItemID> <ns2:Price> <ns2:TotalAmount CurCode="RUB">2500</ns2:TotalAmount> </ns2:Price> <ns2:Service> <ns2:PaxRefID>PAX4</ns2:PaxRefID> <ns2:ServiceAssociations> <ns2:ServiceDefinitionRef> <ns2:FlightAssociations> <ns2:PaxJourneyRefID>OD1</ns2:PaxJourneyRefID> </ns2:FlightAssociations> <ns2:ServiceDefinitionRefID>SD_1</ns2:ServiceDefinitionRefID> </ns2:ServiceDefinitionRef> </ns2:ServiceAssociations> <ns2:ServiceID>SRV_1</ns2:ServiceID> <ns2:StatusCode>ISSUED</ns2:StatusCode> </ns2:Service> </ns2:OrderItem> <ns2:OrderItem> <ns2:CreationDateTime>2023-09-04T17:51:21.705211</ns2:CreationDateTime> <ns2:OrderItemID>4214101933170</ns2:OrderItemID> <ns2:Price> <ns2:TotalAmount CurCode="RUB">2500</ns2:TotalAmount> </ns2:Price> <ns2:Service> <ns2:PaxRefID>PAX4</ns2:PaxRefID> <ns2:ServiceAssociations> <ns2:ServiceDefinitionRef> <ns2:FlightAssociations> <ns2:PaxJourneyRefID>OD1</ns2:PaxJourneyRefID> </ns2:FlightAssociations> <ns2:ServiceDefinitionRefID>SD_2</ns2:ServiceDefinitionRefID> </ns2:ServiceDefinitionRef> </ns2:ServiceAssociations> <ns2:ServiceID>SRV_2</ns2:ServiceID> <ns2:StatusCode>ISSUED</ns2:StatusCode> </ns2:Service> </ns2:OrderItem> <ns2:OwnerCode>S7</ns2:OwnerCode> <ns2:TotalPrice> <ns2:TotalAmount CurCode="RUB">5000</ns2:TotalAmount> </ns2:TotalPrice> </ns2:Order> </ns2:Response> <ns2:PayloadAttributes> <ns2:CorrelationID>3.56:726b3ab0-608c-4ebe-b1f5-1e57bd5f8e14</ns2:CorrelationID> </ns2:PayloadAttributes> </ns2:IATA_OrderViewRS> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
- No labels