Skip to main content
POST
/
hotelnbc
OTA Hotel NBC Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/hotelnbc \
  --header 'Content-Type: application/xml' \
  --data '<OTA_HotelDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2008.1" PrimaryLangID="EN" AltLangID="EN">
  <POS>
    <Source>
      <RequestorID Type="22" ID="TST1" ID_Context="AxisData"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <HotelDescriptiveInfos>
    <HotelDescriptiveInfo HotelCode="AMTSES08UI" BrandCode="TST1">
    </HotelDescriptiveInfo>
  </HotelDescriptiveInfos>
</OTA_HotelDescriptiveInfoRQ>'
"<string>"
Use this message to retrieve all necessary NBC or Portfolio information as specified in the request.
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.