Skip Navigation

IATA Number

4.4 IATA Number (19)

<OpenReservationElement id="1" type="FP">
    <or:FormOfPayment xmlns:or="http://services.sabre.com/res/or/v1_14" >
        <or:Agency>
            <or:Name>Mad Micron</or:Name>
            <or:Address>
                <or:AddressLine>1300 NM-28220</or:AddressLine>
                <or:AddressLine>Second line</or:AddressLine>
                <or:AddressLine>Third line</or:AddressLine>
                <or:CityName>Krakow</or:CityName>
                <or:CityCodes>
                    <or:Code>KRK</or:Code>
                </or:CityCodes>
                <or:StateProvince code="KR">Lesser Poland</or:StateProvince>
                <or:CountryCodes>
                    <or:Code>PL</or:Code>
                </or:CountryCodes>
            </or:Address>
            <or:Phone>
                <or:PhoneNumber>123-123-321</or:PhoneNumber>
            </or:Phone>
            <!-- mandatory -->
            <or:IATANumber>99999999</or:IATANumber>
        </or:Agency>
    </or:FormOfPayment>
</OpenReservationElement>