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="TEST" Type="22" Instance="MF123"/>
    </Source>
    <Source>
      <RequestorID Type="88" ID="TEST" MessagePassword="testpass"/>
    </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

The endpoint (url) shown in the code snippet is for Sandbox only. If you need to throw the requests from Postman or other tools, please use https://sintesb.axisdata.net/apu-test/ota after whitelisting your IPs. More info at Access to our Systems

Body

application/xml

The body is of type string<xml>.

Response

200 - application/xml

Success

The response is of type string.