Skip to main content
POST
/
bookread
OTA Booking Read Request
curl --request POST \
  --url https://ota-int.axisdata.net:9443/bookread \
  --header 'Content-Type: application/xml' \
  --data '<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05" Version="2008.1" ReturnListIndicator="false" PrimaryLangID="EN">
  <POS>
    <Source>
      <RequestorID ID_Context="AxisData" ID="TST1" Type="22" Instance="MF123"/>
     </Source>
    <Source>
      <RequestorID Type="88" ID="TST1" MessagePassword="TST1password?"/>
    </Source>
  </POS>
  <UniqueID Type="36" ID="test-xxx" ID_Context="Client"/>
</OTA_ReadRQ>'
"<string>"
Use this message to retrieve information of an existing booking.
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.