- Created by Yulia Komarova, last modified by n.v.sokolova on 04.04.2025
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 4 Next »
Check out
operation overview, their main purpose and use cases
references with detailed explanation of input&output parameters and possible errors
other samples
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header /> <Body> <OrderCreateRQ Version="" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <Name>S7-AIDL</Name> <OtherIDs> <OtherID Description="POS_Type">1</OtherID> <OtherID Description="requestorType">U</OtherID> </OtherIDs> <PseudoCity>OVBS728AB</PseudoCity> <AgentUserID>S7AgentAPI</AgentUserID> <UserRole>AS</UserRole> </AgentUserSender> </Sender> </Party> <Query> <Passengers> <Passenger ObjectKey="SH1"> <PTC>ADT</PTC> <Age> <BirthDate>2000-01-01</BirthDate> </Age> <Name> <Surname>Perov</Surname> <Given>Ivan</Given> <Title>MR</Title> </Name> <Contacts> <Contact> <EmailContact> <Address>n.v.sokolova@s7.ru</Address> </EmailContact> <PhoneContact> <Number CountryCode="7" AreaCode="999">9999999</Number> </PhoneContact> </Contact> </Contacts> <FQTVs> <TravelerFQTV_Information> <AirlineID>S7</AirlineID> <Account> <Number>264431955</Number> </Account> <ProgramID>S7</ProgramID> </TravelerFQTV_Information> </FQTVs> <Gender>Male</Gender> <PassengerIDInfo> <PassengerDocument> <Type>PP</Type> <ID>7002189906</ID> <BirthCountry>RU</BirthCountry> <DateOfIssue>2023-03-30</DateOfIssue> <DateOfExpiration>2027-10-22</DateOfExpiration> <CountryOfResidence>RU</CountryOfResidence> </PassengerDocument> </PassengerIDInfo> </Passenger> </Passengers> <OrderItems> <ShoppingResponse> <Owner>S7</Owner> <ResponseID>UNKNOWN</ResponseID> <Offers> <Offer> <OfferID Owner="S7">UNKNOWN</OfferID> <OfferItems> <OfferItem> <OfferItemID Owner="S7">UNKNOWN</OfferItemID> <Passengers> <PassengerReference>SH1</PassengerReference> </Passengers> <ApplicableFlight> <FlightReferences>FL1</FlightReferences> </ApplicableFlight> </OfferItem> </OfferItems> </Offer> </Offers> </ShoppingResponse> <OfferItem> <OfferItemID Owner="S7">UNKNOWN</OfferItemID> <OfferItemType> <DetailedFlightItem> <OriginDestination> <Flight> <SegmentKey>FL1</SegmentKey> <Departure> <AirportCode>MOW</AirportCode> <Date>2025-04-05</Date> <Time>12:55</Time> </Departure> <Arrival> <AirportCode>OVB</AirportCode> <Date>2025-04-05</Date> <Time>20:55</Time> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>2507</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>2507</FlightNumber> </OperatingCarrier> <ClassOfService> <Code>Y</Code> </ClassOfService> </Flight> </OriginDestination> </DetailedFlightItem> </OfferItemType> </OfferItem> </OrderItems> </Query> </OrderCreateRQ> </Body> </Envelope>
- No labels