Skip to main content
POST
/
transferavailability
OTA Transfer Availability Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/transferavailability \
  --header 'Content-Type: application/xml' \
  --data '<OTA_GroundAvailRQ Version="2011.2" xmlns="http://www.opentravel.org/OTA/2003/05">
  <POS>
    <Source>
      <RequestorID Instance="MF005" ID_Context="AxisData" ID="TST1" Type="22"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <Service>
    <Locations>
      <Location RPH="1">
        <Pickup DateTime="2026-07-17T00:00:00">
          <AirportInfo>
            <Arrival CodeContext="IATA" LocationCode="ACE" DateTime="2026-07-17T20:55:00"/>
            <Departure CodeContext="IATA" LocationCode="MAN" DateTime="2026-07-17T17:15:00"/>
          </AirportInfo>
          <Airline FlightNumber="3445" Code="FR"/>
        </Pickup>
        <DropOff>
          <Address>
            <LocationType Code="11" UniqueId="AMTSES08UI"/>
          </Address>
        </DropOff>
      </Location>
      <Location RPH="2">
        <Pickup DateTime="2026-07-24T00:00:00">
          <Address>
            <LocationType Code="11" UniqueId="AMTSES08UI"/>
          </Address>
        </Pickup>
        <DropOff>
          <AirportInfo>
            <Arrival CodeContext="IATA" LocationCode="MAN" DateTime="2026-07-24T23:10:00"/>
            <Departure CodeContext="IATA" LocationCode="ACE" DateTime="2026-07-24T21:30:00"/>
          </AirportInfo>
          <Airline FlightNumber="3446" Code="FR"/>
        </DropOff>
      </Location>
    </Locations>
  </Service>
  <Passengers Quantity="2">
    <Category Code="10"/>
  </Passengers>
  <Passengers Age="2" Quantity="1">
    <Category Code="8"/>
  </Passengers>
  <ServiceType Code="TRANSFER"/>
  <DisabilityInfo RequiredInd="false"/>
</OTA_GroundAvailRQ>'
"<string>"
Use this message to request available transfer services for the specified airport, location, dates and pax.
Find all the necessary information regarding the request message here

Body

application/xml · string<xml>

The body is of type string<xml>.

Response

200 - application/xml

Success

The response is of type string.