Skip to content

Commit

Permalink
Merge pull request #336 from BookingSync/core-4406
Browse files Browse the repository at this point in the history
[core-4406] add rentals management_type description
  • Loading branch information
radekzawada authored Mar 15, 2021
2 parents 8b6e72b + 2369ead commit b1f0814
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions api_calls/reference/rentals/public-scope-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"en": "First class Villa for 8 people with private pool. Situated in a pleasant residential area."
},
"rental_type": "villa",
"management_type": "professional",
"downpayment": 30,
"bedrooms_count": 4,
"sleeps": 8,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"en": "First class Villa for 9 people with private pool. Situated in a pleasant residential area."
},
"rental_type": "villa",
"management_type": "professional",
"downpayment":30,
"bedrooms_count": 5,
"sleeps": 9,
Expand Down
3 changes: 3 additions & 0 deletions content/reference/endpoints/rentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ surface_unit | String | Read | Rental's surface area
website_url | [Object](/reference/enums#formats) | Read | Rental's primary website url, list of locales described in [enums section](/reference/enums#locales).
residency_category | String | Read | Rental's residency category. All types are described in [enums section](/reference/enums#rental-residency-categories)
certifications | [Object](/reference/enums#formats) | Read | Rental's certifications, all allowed values described in [enums section](/reference/enums#rental-certifications).
management_type | String | Read | Rental's management type. All types are described in [enums section](/reference/enums#rental-management-type)
--------------------------------|----------|------------|--------------
created_at | [Time](/reference/enums#formats) | Read | Rental's create time.
updated_at | [Time](/reference/enums#formats) | Read | Rental's update time.
Expand Down Expand Up @@ -115,6 +116,7 @@ website_url | [Object](/reference/enums#formats) | Read
zip | String | Read | Rental's zip code.
residency_category | String | Read | Rental's residency category. All types are described in [enums section](/reference/enums#rental-residency-categories)
certifications | [Object](/reference/enums#formats) | Read | Rental's certifications, all allowed values described in [enums section](/reference/enums#rental-certifications).
management_type | String | Read | Rental's management type. All types are described in [enums section](/reference/enums#rental-management-type)
--------------------------------|----------|------------|--------------
created_at | [Time](/reference/enums#formats) | Read | Rental's create time.
updated_at | [Time](/reference/enums#formats) | Read | Rental's update time.
Expand Down Expand Up @@ -178,6 +180,7 @@ website_url | [Object](/reference/enums#formats) | Read/Wr
zip | String | Read/Write | Rental's zip code.
residency_category | String | Read | Rental's residency category. All types are described in [enums section](/reference/enums#rental-residency-categories)
certifications | [Object](/reference/enums#formats) | Read/Write | Rental's certifications, all allowed values described in [enums section](/reference/enums#rental-certifications).
management_type | String | Read/Write | Rental's management type. All types are described in [enums section](/reference/enums#rental-management-type)
--------------------------------|----------|------------|--------------
created_at | [Time](/reference/enums#formats) | Read | Rental's create time.
updated_at | [Time](/reference/enums#formats) | Read | Rental's update time.
Expand Down
8 changes: 8 additions & 0 deletions content/reference/enums.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,14 @@ secondary_residence | Secondary residence.
non_residential | Non residential.
{: class="table table-bordered"}

## Rental management type

Name | Description
-----------------|------------
professional | Professional.
non_professional | Non professional.
{: class="table table-bordered"}

## Inbox Message Channels

Name | Description
Expand Down

0 comments on commit b1f0814

Please sign in to comment.