...
Release 2024.04
...
This service is used to get the seat map for the flight segments referenced in the request. Note that depending on whether you request this in the pre-sale or post sale flow you will reference the Offer or the Order accordingly.
Insert excerpt |
---|
API Messages with Examples | API Messages with Examples | name | Legend |
---|
nopanel | true |
---|
We provide two different methods to request the seat availability:
The various search parameters are described below:
Insert excerpt |
---|
| API Messages with Examples |
---|
| API Messages with Examples |
---|
name | Legend |
---|
nopanel | true |
---|
|
Expand |
---|
| Insert excerpt |
---|
| HTTP Header |
---|
| HTTP Header |
---|
name | HTTP Header |
---|
nopanel | true |
---|
|
|
|
...
In addition to the Common Sections the main parts of the request message are the following:
Expand |
---|
|
Insert excerpt |
---|
Currency Metadata | Currency Metadata Expand |
---|
| Insert excerpt |
---|
| Query (Pre-Sale & Post-Sale) |
---|
| Query (Pre-Sale & Post-Sale) |
---|
name | Query_presale |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| Query (Pre-Sale & Post-Sale) |
---|
| Query (Pre-Sale & Post-Sale) |
---|
name | Query_postsale |
---|
nopanel | true |
---|
|
|
|
Example SeatAvailabilityRQ:
Expand |
---|
title | Example Pre-Sale flow |
---|
|
Code Block |
---|
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.iata.org/IATA/EDIST/2017.2">
<soapenv:Header/>
<soapenv:Body>
<SeatAvailabilityRQ Version="5.000" PrimaryLangID="es" xmlns="http://www.iata.org/IATA/EDIST/2017.2">
<PointOfSale>
<Location>
<CountryCode>ES</CountryCode>
</Location>
</PointOfSale>
<Document>
<ReferenceVersion>5.000</ReferenceVersion>
</Document>
<Party>
<Sender>
<TravelAgencySender>
<Name>NDC Agency Name</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>pruebas@pruebas.com</Address>
</EmailContact>
<PhoneContact>
<Application>MOBILE</Application>
<Number CountryCode="+34">666666666</Number>
</PhoneContact>
<Name>
<Surname>Perez</Surname>
<Given>PepeĀ“s</Given>
</Name>
</Contact>
</Contacts>
<OtherIDs>
<OtherID>XXXXXXXX</OtherID>
</OtherIDs>
<AgencyID>XXXXXXXX</AgencyID>
</TravelAgencySender>
</Sender>
<Participants>
<Participant>
<AggregatorParticipant SequenceNumber="1">
<AggregatorID>XXXXXXXX</AggregatorID>
</AggregatorParticipant>
</Participant>
</Participants>
</Party>
<Query>
<Offer OfferID="IB378316b7a7924aafad62e2ce8f478942OP" Owner="IB" ResponseID="Qm9va2luZ0BHVy0xNjUxMDYzNTc4MDI5LThQMzQ3">
<SegmentID>IB310220231018</SegmentID>
</Offer>
</Query>
</SeatAvailabilityRQ>
</soapenv:Body>
</soapenv:Envelope> |
|
Examples of messages with complete flows can be downloaded from here.
Error messages
For further information about all kind of error messages, please go to the following link:
...