Advertisement
Arthur_M

Pegas request

Oct 16th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.32 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://pegast.com/pegasys/api" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:peg="http://schemas.datacontract.org/2004/07/Pegas.Pegasys.API.Contracts.FlightSearch">
  2.   <soapenv:Header>
  3.      <api:PreferredLanguageCode>?</api:PreferredLanguageCode>
  4.      <api:ApiUserKey>Jfdx7pXgYz28jAeFUGKkcw==</api:ApiUserKey>
  5.   </soapenv:Header>
  6.   <soapenv:Body>
  7.      <api:SearchOneWayFlightsRequest>
  8.         <api:Parameters>
  9.            <peg:MaxResultItems>100</peg:MaxResultItems>
  10.            <peg:Adults>1</peg:Adults>
  11.            <peg:ArrivalAirportIds>
  12.               <arr:int>478</arr:int>
  13.            </peg:ArrivalAirportIds>
  14.            <peg:Children>1</peg:Children>
  15.            <peg:DepartureAirportIds>
  16.               <arr:int>106</arr:int>
  17.            </peg:DepartureAirportIds>
  18.            <peg:DepartureDates>
  19.               <arr:dateTime>2019-10-15</arr:dateTime>
  20.            </peg:DepartureDates>
  21.            <peg:FlightClassIds>
  22.               <arr:int>94</arr:int>
  23.            </peg:FlightClassIds>
  24.            <peg:InfantsWithSeat>0</peg:InfantsWithSeat>
  25.            <peg:InfantsWithoutSeat>0</peg:InfantsWithoutSeat>
  26.         </api:Parameters>
  27.      </api:SearchOneWayFlightsRequest>
  28.   </soapenv:Body>
  29. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement