API Playground - get_rental_price
get_rental_price
Returns the price of a rental for given resource and start/end times. Price is returned even if resource is not available in given period (because of vacations defined or existing reservations).
Note that if you want to fetch prices for multiple periods (up to 50), you can pass optional parameters
start_time_x and
end_time_x (e.g. start_time_2=...&end_time_2=...&start_time_3=...&end_time_3=....) where x is in range from 2 to 50. In such case the output will include
extra_times with the prices for the extra times. You can also customize result number
x by passing
quantity_x,
resource_id_x,
shopping_cart_position_x,
rental_prop_x_YYY (click for full documentation)