Skip to main content
POST
/
hotelavailability
Hotel availability request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/hotelavailability \
  --header 'Content-Type: application/xml' \
  --data '<OTA_HotelAvailRQ xmlns="http://www.opentravel.org/OTA/2003/05" MaxResponses="200" Version="2008.1">
  <POS>
    <Source>
      <RequestorID Instance="MF005" ID_Context="AxisData" ID="TST1" Type="22"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <AvailRequestSegments>
    <AvailRequestSegment InfoSource="12">
      <StayDateRange End="2026-07-24" Start="2026-07-17"/>
      <RoomStayCandidates>
        <RoomStayCandidate>
          <GuestCounts>
            <GuestCount Age="30" Count="2" AgeQualifyingCode="10"/>
          </GuestCounts>
        </RoomStayCandidate>
      </RoomStayCandidates>
      <HotelSearchCriteria>
        <Criterion ExactMatch="true">
          <HotelRef HotelCode="AMTSES08UI"/>
        </Criterion>
      </HotelSearchCriteria>
    </AvailRequestSegment>
  </AvailRequestSegments>
</OTA_HotelAvailRQ>'
"<string>"
Use this request to retrieve available units given pax number, dates and location.
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.