Returns a public list of all bookings from the account specified by the integer ACCOUNT_ID and made for the rental specified by the integer RENTAL_ID.
It returns only bookings within the upcoming year.
Parameters
Use the same parameters as "List all"
Response
Status: 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<bookings type="array">
<booking>
...
</booking>
<booking>
...
</booking>
...
</bookings>