Skip to content

Commit 0de43c6

Browse files
authored
Merge pull request #204 from BookingSync/improve-rentals-search
Update rentals search response
2 parents 11e80d7 + 38ae5af commit 0de43c6

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

api_calls/reference/rentals/search-scope-response.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"required": true,
4242
"price": "100.0",
4343
"quantity": 1,
44-
"id": 10
44+
"id": 10,
45+
"rentals_fee_id" : 12
4546
}
4647
]
4748
}

content/reference/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

33
## 2017-02-02
4-
* [api improvement] Added create and update action to `rentals_tags`.
4+
5+
* [api improvement] Added create and update action to `rentals_tags`.
6+
* [doc fix] Update search response for `rentals` endpoint.
57

68
## 2017-01-26
79

8-
* [api improvement] Add missing `Fee rate kinds` to enumerables page
10+
* [api improvement] Add missing `Fee rate kinds` to enumerables page.
911

1012
## 2016-12-28
1113

content/reference/endpoints/rentals.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,13 @@ Group | Subgroup | Name | Type | Description
241241
| | tax_id | Integer | Tax's ID
242242
| | included | Boolean | True/False status if this tax is already included in taxable's (Fee or Rental) price or not
243243
---------------|--------------|------------------|---------|---------------------------------------
244-
| fees | | Array | The required Rental fees to be booked with the Rental.
244+
| fees | | Array | Details of the bookings fees required to be booked with the rental.
245245
| | name | String | Fee's name.
246246
| | required | Boolean | True/False status for always required.
247247
| | price | String | Fee's price.
248248
| | quantity | String | Fee's quantity.
249+
| | id | Integer | Fee's ID
250+
| | rentals_fee_id | Integer | Rentals Fee's ID
249251
---------------|--------------|------------------|---------|---------------------------------------
250252
taxes | | | Array | Grouped taxes by their identity with summed amounts.
251253
| | name | String | Tax's name.

0 commit comments

Comments
 (0)