Skip to main content
POST
/
activitybook
OTA Activity Booking Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/activitybook \
  --header 'Content-Type: application/xml' \
  --data '<OTA_TourActivityBookRQ Version="2011.2" ResStatus="Quote" xmlns="http://www.opentravel.org/OTA/2003/05">
  <POS>
    <Source>
      <RequestorID ID="TST1" ID_Context="AxisData" Type="22" Instance="PriceBreakdown"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <BookingInfo>
    <BasicInfo TourActivityID="LESACE81AS" SupplierProductCode="ST" SupplierServiceCode="TRF"/>
    <ParticipantInfo>
      <Category QualifierInfo="ADT"/>
      <Individual Age="36" ParticipantID="1">
        <GivenName>Bender</GivenName>
        <NamePrefix>Mr</NamePrefix>
        <Surname>Bending</Surname>
      </Individual>
    </ParticipantInfo>
    <ParticipantInfo>
      <Category QualifierInfo="ADT"/>
      <Individual Age="32" ParticipantID="2">
        <GivenName>Angeline</GivenName>
        <NamePrefix>Ms</NamePrefix>
        <Surname>Bending</Surname>
      </Individual>
    </ParticipantInfo>
    <Schedule End="2026-07-17T17:30:00" Start="2026-07-17T09:30:00"/>
    <PickupDropoff DateTime="2026-07-17T08:25:00" LocationName="AMTSES08UI" PickupInd="true"/>
  </BookingInfo>
</OTA_TourActivityBookRQ>'
"<string>"
Use this message to book an available activity.
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.