Skip to main content
POST
/
activitysearch
OTA Activity Search Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/activitysearch \
  --header 'Content-Type: application/xml' \
  --data '<OTA_TourActivitySearchRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2011.2" PrimaryLangID="EN">
  <POS>
    <Source>
      <RequestorID ID="TST1" ID_Context="AxisData" Type="22"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <SearchCriteria>
    <DateTimePref Start="2026-07-17" End="2026-07-24"/>
    <LocationPref Context="Source">
      <Region RegionCode="HotelCode">AMTSES08UI</Region>
    </LocationPref>
    <LocationPref Context="Service">
      <Region RegionCode="Product">LESACE81AS</Region>
    </LocationPref>
    <OtherPref>
      <SpokenLanguage Code="EN"/>
    </OtherPref>
  </SearchCriteria>
</OTA_TourActivitySearchRQ>'
"<string>"
Use this message to retrieve available activities in an area and some of its NBC data.
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.