schedule operation returns list of origin-destination pairs for one or no spesified location and flights schedule for both spesified locations in XML.


Request (IATA_ServiceListRQ)

Required inputs

#NameFormat/ReferencexPath
1Block of access parametersUse credentials that you received from our technical support.
Quick Start | S7 Agent API for how to get it and References for more details
/Envelope/Body/IATA_ServiceListRQ/Party/Sender/TravelAgency
2Destination informationDestination location or no location (XXX)/Envelope/Body/IATA_ServiceListRQ/Request/CoreRequest/OriginDest/DestStationCode
3Origin informationOrigin location or no location (XXX)/Envelope/Body/IATA_ServiceListRQ/Request/CoreRequest/OriginDest/OriginStationCode


Response (IATA_ServiceListRS) for flights schedule


#NameFormat/ReferencexPath
1
End of flights
Datetime until flight is operated./Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Arrival/AircraftScheduledDateTime
2Destination informationDestination location/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Arrival/IATA_LocationCode
3Aircraft informationOperated aircraft code and name/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/DatedOperatingLeg/CarrierAircraftType
4

Duration

Flight duration/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/DatedOperatingLeg/DistanceMeasure
5Start of flightsDatetime due flight is operated/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Dep/AircraftScheduledDateTime
6Origin informationOrigin location/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Dep/IATA_LocationCode
7Flight informationAirline code and flight number/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/MarketingCarrierInfo
8Segment keySegment key/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/PaxSegmentID
9Segment codeSegment code/Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/SegmentTypeCode

Samples