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
# | Name | Format/Reference | xPath |
---|---|---|---|
1 | Block of access parameters | Use 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 |
2 | Destination information | Destination location or no location (XXX) | /Envelope/Body/IATA_ServiceListRQ/Request/CoreRequest/OriginDest/DestStationCode |
3 | Origin information | Origin location or no location (XXX) | /Envelope/Body/IATA_ServiceListRQ/Request/CoreRequest/OriginDest/OriginStationCode |
Response (IATA_ServiceListRS) for flights schedule
# | Name | Format/Reference | xPath |
---|---|---|---|
1 | End of flights | Datetime until flight is operated. | /Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Arrival/AircraftScheduledDateTime |
2 | Destination information | Destination location | /Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Arrival/IATA_LocationCode |
3 | Aircraft information | Operated 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 |
5 | Start of flights | Datetime due flight is operated | /Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Dep/AircraftScheduledDateTime |
6 | Origin information | Origin location | /Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/Dep/IATA_LocationCode |
7 | Flight information | Airline code and flight number | /Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/MarketingCarrierInfo |
8 | Segment key | Segment key | /Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/PaxSegmentID |
9 | Segment code | Segment code | /Envelope /Body/IATA_ServiceListRS/Response/DataLists/PaxSegment/SegmentTypeCode |