getBestAvailableRateByAttribute
Get the best available rate by attribute of the next 30 days
$ubReq = array( "user" => $authRequest["user"], "secret" => $authResponse["secret"], "ubCall" => "getBestAvailableRateByAttribute", "ubParams" => array( "user" => $authRequest["user"], "collectionID" => $ID_PROPERTY, "attributeID" => $ID_ATTRIBUTE ) ); $ubRes = getWSDL($ubReq);
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) |