User Tools

Site Tools


externaldat:check_external_hotel_nowait

Table of Contents

General information

Reqest check_external_hotel_nowait, searches hotels data in external services.Reqest is NOT waiting for offers, and returns only information about geting offers in background.

Note: It is required to send field external_search_id to receive correct response - the request will be forwarded to the server which receives search result the fastest.
Example:

<mds>
  <external_search_id>13596328115024310</external_search_id>
  <auth>
(...)

Inquiry

Parameters:

Field nametypelengthcontaining
par_chdAgetextage of children or children bitrh dates
geo_xCircleintSearch in max radius='dstance' (in kilometers) from lat,long
par_chdintNumber of children
trp_destinationintRegion of the trip/event
par_adtintnumber of adults
par_infintnumber of infants
trp_depDatedateDate of departure / departure / start of trip
trp_durationMintnumber of days
ofr_tourOpchar4touroperator code
obj_xCityIdtextThe city in which the object is assigned by MerlinX (original or revised)
 

Required fields: obj_xCityId or trp_destination and ofr_tourOp, trp_depDate, occupancy with child age.

<?xml version='1.0'?>
<mds>
    <auth>
        <login>login</login>
        <pass>pass</pass>
    </auth>
   <request>
     <type>check_external_hotel_nowait</type>
     <conditions>
       <ofr_tourOp>HOPL</ofr_tourOp>
       <trp_depDate>20120726</trp_depDate>
       <obj_xCityId>4053</obj_xCityId>\
       <trp_durationM>1</trp_durationM>
       <par_adt>2</par_adt>     
     </conditions>
   </request>
</mds>

Answer

Parameters:

Field nametypelenghtcontaining
msgtextReqest information
statustextanwser status
search_idtextReqest id
 
<?xml version='1.0'?>
<response>
        <search_id>13607475455006953</search_id>
        <status>EXT_QUERY_FINISHED</status>
	<msg>External request processed in background</msg>
</response>
externaldat/check_external_hotel_nowait.txt · Last modified: 2014/07/07 16:46 by marekj