Skip to main content
POST
/
activitynbc
OTA Activity NBC Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/activitynbc \
  --header 'Content-Type: application/xml' \
  --data '<?xml version="1.0"?>
<OTA_ProductDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2016.2" PrimaryLangID="EN" AltLangID="EN" SequenceNmbr="1">
  <POS>
    <Source>
      <RequestorID ID="TST1" ID_Context="AxisData" Type="22"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <ProductDescriptiveInfos>
    <TourActivityDescriptiveInfo TourActivityID="LESACE81AS"/>
  </ProductDescriptiveInfos>
</OTA_ProductDescriptiveInfoRQ>'
"<string>"
Use this message to retrieve NBC data for a specific tour 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.