getBestAvailableRateByCollection
Get the best available rate by collection of the next 30 days
$curl_post_data = array( "user" => $authRequest["user"], "secret" => $authResponse["secret"], "ubCall" => "getBestAvailableRateByAttribute", "ubParams" => array( "user" => $authRequest["user"], "collectionID" => $ID_PROPERTY ) ); $objCollections = $restCall->post_rest( HG_REST_SERVER."post", array( "dispatcher" => json_encode($curl_post_data) ) );
Value | Description |
ID | ID of the insertion |
ID_COLLECTION | ID of the collection |
ID_ATTRIBUTE | ID of the attribute |
ID_BOARD | ID of the board |
BAR | BEST AVAILABLE RATE (query the collection to get the currency) |