User Tools

Site Tools


exthotelsdetails:aci

Table of Contents

General information

Request ACI returns information about checkin, check out and daily prices

Inquiry

Parameters:

Field nametypelenght containing
room_hashcharHotel room id
par_chdintNumber of children
par_adtAgetextage of adult person
par_chdAgetextage of children or children bitrh dates
par_adtintnumber of adults
ofr_idcharup to 1 KBoffer identifier. ** IMPORTANT: ** Do not assume that there will always be a hexadecimal string
ofr_tourOpchar4touroperator code
 

Required fields:ofr_tourOp, ofr_id, room_hash, par_adt

<?xml version="1.0" encoding="UTF-8"?>
<mds>
  <auth>
    <login></login>
    <pass></pass>
    <AgencyNumber>123456789</AgencyNumber>
  </auth>
  <request>
    <type>ACI</type>
    <conditions>
      <ofr_tourOp>EXPA</ofr_tourOp>
      <ofr_id>7310d2d977cdcdd709b818f1c0c02904897677788c9ee84f4dfc2fa8c490b027</ofr_id>
      <room_hash>c057be63ebda93b7990b9bc705239df8</room_hash>
      <par_adt>2</par_adt>
      <par_chd>0</par_chd>
    </conditions>
  </request>
</mds>

Answer

Parameters:

<response>
  <ACI_response>
    <checkIn/>
    <checkOut/>
    <priceDetails>
    <info data="2015-04-05" price="83.84" curr="USD"/>
    <info price="6.7" curr="USD" text="TaxAndServiceFee"/>
    <info price="0" curr="0" text="(includes tax recovery charges and service fees)"/>
    </priceDetails>
  </ACI_response>
</response>
exthotelsdetails/aci.txt · Last modified: 2015/04/03 15:48 by marekj