Request ACI returns information about checkin, check out and daily prices
Parameters:
Field name | type | lenght | ↓ containing |
---|---|---|---|
room_hash | char | Hotel room id | |
par_chd | int | Number of children | |
par_adtAge | text | age of adult person | |
par_chdAge | text | age of children or children bitrh dates | |
par_adt | int | number of adults | |
ofr_id | char | up to 1 KB | offer identifier. ** IMPORTANT: ** Do not assume that there will always be a hexadecimal string |
ofr_tourOp | char | 4 | touroperator 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>
Parameters:
Field name | type | lenght | ↓ containing |
---|---|---|---|
msg | text | Reqest information | |
<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>