File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
api_calls/reference/rentals Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4141 "required" : true ,
4242 "price" : " 100.0" ,
4343 "quantity" : 1 ,
44- "id" : 10
44+ "id" : 10 ,
45+ "rentals_fee_id" : 12
4546 }
4647 ]
4748 }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments