getCollectionsBySiteAreaBR
$curl_post_data = array( "user" => $obj->user, "secret" => $obj->secret, "ubCall" => "getCollectionsBySiteAreaBR", "ubParams" => array( "user" => $obj->user, "siteArea" => $siteArea, //optional parameter "stars" => "2,3,4", //optional parameter "start_from" => "0", // default 0 "step" => "20", // default 20 "best_rate" => "1" // optional parameter default yes ) ); $objCollections = $restCall->post_rest( HG_REST_SERVER."post", array( "dispatcher" => json_encode($curl_post_data) ) );
Value | Description |
ID | Id of the collection |
name | name of the collection |
photo | photo of the collection |
address | address of the collection |
url | url of the website of the collection |
coordx | coordinates x |
coordy | coordinates y |
city | city of the collection |
ID_REGION | Id of the region of the collection |
ID_COUNTRY | Id of the country of the collection |
telephone | telephone of the collection |
stars | stars of the collection |
zip | zip code of the collection |
email of the collection administrator | |
checkOut | check-out time |
checkIn | check-in time |
currency | currency standard for the collection |