Skip to main content
POST
/
transferbook
OTA Transfer Reservation Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/transferbook \
  --header 'Content-Type: application/xml' \
  --data '<OTA_GroundBookRQ ResStatus="Quote" xmlns="http://www.opentravel.org/OTA/2003/05" Version="2011.2">
  <POS>
    <Source>
      <RequestorID ID="TST1" Type="22" ID_Context="AxisData" Instance="PriceBreakdown"/>
    </Source>
    <Source>
      <RequestorID ID="TST1" Type="88" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <GroundReservations>
    <Service>
      <Locations>
        <Location RPH="1">
          <Pickup DateTime="2026-07-17T00:00:00">
            <AirportInfo>
              <Departure CodeContext="IATA" LocationCode="MAN" DateTime="2026-07-17T17:15:00"/>
              <Arrival CodeContext="IATA" LocationCode="ACE" DateTime="2026-07-17T20:55: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>
              <Departure CodeContext="IATA" LocationCode="ACE" DateTime="2026-07-24T21:30:00"/>
              <Arrival CodeContext="IATA" LocationCode="MAN" DateTime="2026-07-24T23:10:00"/>
            </AirportInfo>
            <Airline FlightNumber="3446" Code="FR"/>
          </DropOff>
        </Location>
      </Locations>
      <ServiceLevel Code="S0000"/>
      <VehicleType Code="26" Description="Shared Shuttle"/>
      <RateQualifier PromotionCode="IN/OT" RateQualifier="TRESACEACE"/>
    </Service>
    <Passengers>
      <Primary RPH="1" Age="25">
        <PersonName>
          <NamePrefix>Mr</NamePrefix>
          <GivenName>Bender</GivenName>
          <Surname>Bending</Surname>
        </PersonName>
        <Telephone PhoneNumber="+4912252352"/>
        <Email>[email protected]</Email>
      </Primary>
      <Additional RPH="2" Age="25"/>
      <Additional RPH="3" Age="11"/>
    </Passengers>
  </GroundReservations>
  <TPA_Extensions>
    <Fees>
      <Fee ExtraCode="Child Restraint Seat/IN"/>
      <Fee ExtraCode="Child Restraint Seat/OT"/>
    </Fees>
  </TPA_Extensions>
</OTA_GroundBookRQ>'
"<string>"
Use this message to book an available transfer service.
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.