Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/reference/endpoints/availabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This resource represents the Availabilities for a given Rental. The `map` repres

Availabilities are regenerated after creation of Bookings and at the beginning of each month and `start_date` always points to the beginning of current month.

Particularly useful when implementing a UI containing calendar that allows to select dates for a Booking - using this map you can block unavailable dates.
Particularly useful when implementing a UI containing calendar that allows to select dates for a Booking - using this map you can block unavailable dates.

However, this resource doesn't cover all cases why a given day might be unavailable (e.g. it doesn't cover [Rates Rules](/reference/endpoints/rates_rules/)). You might want to check [ChangeOvers](http://developers.bookingsync.com/reference/endpoints/change_overs/) to have a map covering these cases.
However, this resource doesn't cover all cases why a given day might be unavailable (e.g. it doesn't cover [Rates Rules](/reference/endpoints/rates_rules/)). You might want to check [ChangeOvers](http://developers.bookingsync.com/reference/endpoints/change_overs/) to have a map covering these cases.

### Parameters
<ul class="nav nav-pills" role="tablist">
Expand Down Expand Up @@ -62,11 +62,11 @@ Mapping parameters allow to customize availability start point and status displa
Examples:

~~~
GET /availabilities?include_tentative=false&boolean=true&from=20140324
GET /availabilities?include_tentative=false&boolean=true&from=2014-03-24
~~~

~~~
GET /availabilities/1?include_tentative=false&boolean=true&from=20140324
GET /availabilities/1?include_tentative=false&boolean=true&from=2014-03-24
~~~

### Mapping parameters
Expand Down
2 changes: 1 addition & 1 deletion content/reference/endpoints/bookings.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Search parameters allow to filter bookings by specified fields.
Example:

~~~
GET /bookings?status=booked,unavailable&from=20140324
GET /bookings?status=booked,unavailable&from=2014-03-24T12:00:00Z
~~~

### Search Parameters
Expand Down