...
Release 2024.07
*Functionality improvements do not necessarily affect the message structure.
Examples of messages with complete flows can be downloaded from here.
Insert excerpt |
---|
| API Messages with Examples |
---|
| API Messages with Examples |
---|
name | Legend |
---|
nopanel | true |
---|
|
...
Expand |
---|
title | Query - OrderReshopRQ |
---|
| Insert excerpt |
---|
| Query - OrderReshopRQ |
---|
| Query - OrderReshopRQ |
---|
name | Query_OrderReshop_OrderID |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| Query - OrderReshopRQ |
---|
| Query - OrderReshopRQ |
---|
name | Query_OrderReshop_RepriceFlow |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| Query - OrderReshopRQ |
---|
| Query - OrderReshopRQ |
---|
name | Query_OrderReshop_AvailabilityAdd |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| Query - OrderReshopRQ |
---|
| Query - OrderReshopRQ |
---|
name | Query_OrderReshop_AvailabilityCancel |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| Query - OrderReshopRQ |
---|
| Query - OrderReshopRQ |
---|
name | Query_OrderReshop_ReshopReprice |
---|
nopanel | true |
---|
|
|
|
Expand |
---|
| Insert excerpt |
---|
| Preferences - OrderReshop |
---|
| Preferences - OrderReshop |
---|
name | Preferences_OrderReshop |
---|
nopanel | true |
---|
|
|
|
...
Expand |
---|
title | Example - OrderReshopRQ - Fare 17.2v2 |
---|
|
Code Block |
---|
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<OrderReshopRQ xsi:schemaLocation="http://www.iata.org/IATA/EDIST/2017.2 ../../OrderReshopRQ.xsd" Version="5.000" PrimaryLangID="es" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<IATA_Number>12345678</IATA_Number>
<AgencyID>Alvaros VIAJES</AgencyID>
</TravelAgencySender>
</Sender>
</Party>
<Query>
<OrderID>IB73b10257e52c4aeba1fd7c6b40588064OC</OrderID>
<Reshop>
<OrderServicing>
<!--Cambiamos solo la ida, queremos mantener la vuelta-->
<Add>
<Qualifier>
<ExistingOrderQualifier>
<OrderKeys>
<OrderID Owner="IB">IB73b10257e52c4aeba1fd7c6b40588064OC</OrderID>
<AssociatedIDs>
<AssociatedID>
<OfferItemID Owner="IB">IB16e45cf7c4c1447abddaea68fb5242dbOP_01</OfferItemID>
<!--Reference to previous ReshopOffer so we can use the items-->
</AssociatedID>
</AssociatedIDs>
</OrderKeys>
<PassengerReferences>ADULT_01 ADULT_02</PassengerReferences>
</ExistingOrderQualifier>
</Qualifier>
</Add>
</OrderServicing>
</Reshop>
</Query>
<DataLists>
<PassengerList>
<Passenger PassengerID="ADULT_01">
<PTC>ADT</PTC>
<Individual>
<GivenName>Luis Alfonso</GivenName>
<Surname>PÈrez PÈrez</Surname>
</Individual>
</Passenger>
<Passenger PassengerID="ADULT_02">
<PTC>ADT</PTC>
<Individual>
<GivenName>Ana Laura</GivenName>
<Surname>Santos Perez</Surname>
</Individual>
</Passenger>
</PassengerList>
</DataLists>
</OrderReshopRQ>
</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:
...