Skip to content

Commit 01f6126

Browse files
authored
Merge pull request #249 from BookingSync/channel-price-description
Update booking.channel_price description
2 parents dd2a2fc + c43d8f5 commit 01f6126

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/reference/changelog.md

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

3+
## 2017-09-04
4+
5+
* [doc update] Improve `booking.channel_price` description.
6+
37
## 2017-08-11
48

59
* [api improvement] Add `door_key_code` attribute (Read/Write) for `booking`.

content/reference/endpoints/bookings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ source_id | Integer | Write | Source id related to the Bookin
3535
------------------------|---------|------------|------------
3636
adults | Integer | Write | Booking's number of adults.
3737
booked | Boolean | Write | Booking's booked status, false by default. When set to true, marks a regular booking.
38-
channel_price | Integer | Write | Booking's channel price.
38+
channel_price | Integer | Write | Price accepted by the traveler on the channel site, excluding traveler's fees (eg: Airbnb).
3939
charge_damage_deposit_on_arrival | Boolean | Write | Defines if charge damage deposite will be charged on arrival.
4040
children | Integer | Write | Booking's number of children.
4141
comission | [Decimal](/reference/enums#formats) | Write | Booking's comission fee.
@@ -71,7 +71,7 @@ id | Integer | Read | Booking's id.
7171
adults | Integer | Read | Booking's number of adults.
7272
booked | Boolean | Read | Booking's booked status, false by default. When set to true, marks a regular booking.
7373
bookings_payments_count | Integer | Read | Booking's number of payments.
74-
channel_price | Integer | Read | Booking's channel price.
74+
channel_price | Integer | Read | Price accepted by the traveler on the channel site, excluding traveler's fees (eg: Airbnb).
7575
charge_damage_deposit_on_arrival | Boolean | Read | Defines if charge damage deposite will be charged on arrival.
7676
children | Integer | Read | Booking's number of children.
7777
comission | [Decimal](/reference/enums#formats) | Read | Booking's comission fee.
@@ -118,7 +118,7 @@ source_id | Integer | Write | Source id related to the Bookin
118118
adults | Integer | Read/Write | Booking's number of adults.
119119
booked | Boolean | Read/Write | Booking's booked status, false by default. When set to true, marks a regular booking.
120120
bookings_payments_count | Integer | Read | Booking's number of payments.
121-
channel_price | Integer | Read/Write | Booking's channel price.
121+
channel_price | Integer | Read/Write | Price accepted by the traveler on the channel site, excluding traveler's fees (eg: Airbnb).
122122
charge_damage_deposit_on_arrival | Boolean | Read/Write | Defines if charge damage deposite will be charged on arrival.
123123
children | Integer | Read/Write | Booking's number of children.
124124
comission | [Decimal](/reference/enums#formats) | Read/Write | Booking's comission fee.

0 commit comments

Comments
 (0)