Developer Community

Latest Activity...

CSS help 7 replies

Emond W
Jun 20, 2023 9:27 AM
OR Team Member Joined Mar, 2023 2 posts

Hello Erik,

If you want help, please contact us here https://www.ownerrez.com/contact/us
so we can exchange more details and give you proper guidance.

CSS help 7 replies

Danica C
Jun 15, 2023 3:24 PM
Joined Feb, 2020 5 posts

I just used the closes color I could without using the CSS. I never could figure it out. This has been a couple years ago but if I remember correctly I was told the CSS wasn’t fully developed to do what I wanted (at that time). So I gave up and used the built in colors from the widgets. www.RentWaterscape.com 

CSS help 7 replies

Erik C
Jun 15, 2023 12:45 PM
Joined May, 2023 5 posts

Hi Danica, what did you end up doing to accomplish this?  I'm in the same scenario you were in and can't for the life of me figure this out.  I'm familiar with CSS so don't think it's lack of knowledge in that department that's hindering me here.

Owner Portal Chart Colors 0 replies

Stacie S
Feb 24, 2023 10:24 AM
Joined Mar, 2019 24 posts

Is there a way to show previous years' chart columns as a different color?

OwnerRez API - Cross-Origin Request Blocked 3 replies

Joel P
Dec 20, 2022 9:11 AM
OR Team Member Joined Oct, 2009 151 posts

Yes. That's how I would recommend doing it. One reason to keep the api calls on the server is to avoid exposing your username or token to any visitors on your site.

OwnerRez API - Cross-Origin Request Blocked 3 replies

Matt M
Dec 19, 2022 5:47 PM
Joined Jan, 2022 2 posts

Hey Joel,

Thanks for the response. I am sending the request from the client side/web browser. So I just need to make the API call to OR from my backend (haven't written one yet but it'll probably be node.js) and then build a "wrapper" API to be able to access it from my webapp, correct?

Thanks Again,

Matt

OwnerRez API - Cross-Origin Request Blocked 3 replies

Joel P
Dec 19, 2022 4:18 PM
OR Team Member Joined Oct, 2009 151 posts

Hi Matt,

Are you running your script in a Node.js environment, or directly in a browser? The latter will not work as the metadata associated with your host page will be rejected on our end. A Node.js environment should work fine though, so long as your authentication headers are correct (which appears to be the case).

OwnerRez API - Cross-Origin Request Blocked 3 replies

Matt M
Dec 17, 2022 12:28 PM
Joined Jan, 2022 2 posts

Hello,

I am trying to create a custom web app for myself that accesses my OwnerRez account via the OR Rest API.  I am trying to access my guest list, however, I receive the following error when making the request:

'Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.ownerrez.com/v2/guests. (Reason: CORS request did not succeed). Status code: (null).'

Here is my request from Javascript:

const res = await fetch('https://api.ownerrez.com/v2/guests', {
method: 'GET',
headers: {
'Content-type': 'application/json',
'User-Agent' : 'OR Contacts App',
'Authorization': `Basic ${base64.encode('myemail:myaccesstoken')}`
},
})
const guests = await res.json();
return guests;

 

I am able to successfully retrieve a response at the URI 'https://app.ownerrez.com/api/properties/lookup'. But all other resource requests for both v1.0 and v2.0 URIs return the above response.

Thanks in advance for any help.

-Matt

 

Widgets design 1 reply

Ken T
Jun 23, 2022 7:58 PM
OR Team Member Joined Aug, 2019 1704 posts

In the settings for each Widget in OwnerRez, there's a CSS block, where you can add CSS code that will, to some extent, change the appearance of the Widget to make it match better.

Widgets design 1 reply

LivingItUpHawaii
Jun 23, 2022 12:37 PM
Joined Jun, 2022 11 posts

Aloha, 

 

I would really appreciate it if somebody could help me with the widgets code.  I'm locked in till 2025 with the Wix website. When I add the Availability widget, and calendar widget it looks out of place.  My page is www.livingituphawaii.com . I would like that if my potential guest clicks on the search on the home screen or if they are on my Vacation Renlar page ( properties) it looks like this page property https://www.vacayseekers.com/  and the search button.  What am I supposed to do to make it look like that? 

 

Thanks in advance. Ania

Why did I get webhook failure mail repeatedly? 1 reply

Joel P
May 26, 2022 12:15 PM
OR Team Member Joined Oct, 2009 151 posts

If you are receiving failure notifications, it means that we have tried to reach out to your webhook endpoint (configured on your OAuth App) but are unable to send the requested webhook data to you. You should review if your server is setup correctly. 

You can see the specific details of the failing requests, as well as retry them if you like, by viewing the Webhooks tab on the OAuth App page. 

If you do not need the webhooks, you can disable them per type on the OAuth App configuration. However, we strongly advise against implementing polling as our rate limiting will kick in and block your requests if you exceed our limits. 

Additionally, we do require that App developers who wish to distribute their app to other users must implement at least the application_authorization_revoked webhook. 

Why did I get webhook failure mail repeatedly? 1 reply

Kimberly L
May 26, 2022 4:38 AM
Joined May, 2021 5 posts

I have a woocommerce site where I have integrated ownerrez successfully. Though I have repeatedly received the message regarding webhook failure. Can you please help me that why I got these mails? Is there anything wrong with the integration?

Beta version of the OR plugin has errors 0 replies

Donna M
Dec 24, 2021 1:36 PM
Joined Sep, 2017 44 posts

Is anyone else having issues with the display of their widgets on their wordpress website? Webmaster installed the Beta version of the OR plugin today to see how that worked and the other widgets started displaying strangely. She disabled the plugin but the problem persists. The msg, "Please correct the errors below." is also displaying above those widgets. They were working just fine a few days ago.

Kaba locks support 21 replies

Ken T
Sep 6, 2021 2:46 PM
OR Team Member Joined Aug, 2019 1704 posts

Alas, no - there's no technical reason from OwnerRez' perspective why it won't work, it's just that Kaba doesn't allow it. Perhaps if they get more people pushing them for this capability, they will finally add it - they announced it some years ago, but so far it has not yet happened.

Kaba locks support 21 replies

Groome Vacation
Sep 5, 2021 11:20 AM
Joined Feb, 2017 9 posts

Oh gahhhhh I can’t believe I just paid $700 to have this lock installed & its doesn’t work with owner rez. I feel super stupid. It’s the lock that everyone here in Panama City beach is pushing. Ughhhhh. I did a quick look here & saw an integration and just saw it’s for PM ONLY. Any news on this update? I’m dying 😵 ahhhhh!

CSS help 7 replies

Ken T
Jul 24, 2021 1:28 PM
OR Team Member Joined Aug, 2019 1704 posts

Have you taken a look at this page?

https://www.ownerrez.com/support/articles/hosted-website-css-magic

If you have more specific questions, please write in to the Helpdesk with a detailed description of what you're trying to do, and we'll see if we can assist.

CSS help 7 replies

Chelle W
Jul 24, 2021 11:06 AM
Joined Mar, 2021 2 posts

Hello! I am needing help with all this technical set up. Is this something you offer? Thanks!

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 2:10 PM
Joined Jul, 2018 29 posts

I have the code working, thanks!

Change a booking tag's value 6 replies

Ken T
Jun 25, 2021 1:54 PM
OR Team Member Joined Aug, 2019 1704 posts

Yes, that's correct - "foo" represents a generic meaningless example tag name.

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 1:37 PM
Joined Jul, 2018 29 posts

In the above example, is "foo" a tag name or some kind of value (I thought tags were boolean, either they existed or they didn't, so "foo" seems like a tag name, but want to be sure I'm not making a mistake)? Thanks.

Change a booking tag's value 6 replies

Chris Hynes
Jun 25, 2021 1:32 PM
OR Team Member Joined Oct, 2012 1403 posts

The Trigger tag criteria includes tags set on the booking itself as well as on the property or guest.

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 1:27 PM
Joined Jul, 2018 29 posts

How would adding the tag to the guest work with triggers (if at all), which appear to look at tags on bookings and not on guests...? If it doesn't, then adding the tag to the guest doesn't get me where I'm trying to get.

Change a booking tag's value 6 replies

Chris Hynes
Jun 25, 2021 12:24 PM
OR Team Member Joined Oct, 2012 1403 posts

Currently, there's no way to set tags on bookings via API. You can set them on guests though, via PUT (to replace existing tags for the guest with the new set you pass) or PATCH (to add) like this:

PATCH https://app.ownerrez.com/guests/12345
{
"Tags" : [ "7890", "foo" ]
}

You can pass either a tag id or a tag name.

Change a booking tag's value 6 replies

SBF VR
Jun 25, 2021 11:16 AM
Joined Jul, 2018 29 posts

I have the booking ID, I can figure out the tag ID # from the UI... I can't figure out what call to do in the API to change the value of a booking's tag from false to true. Because the tag is being used to fire a trigger, it's important that I find a way to set it's value based on external conditions (via the API). Thanks.

Query the Guest object? 2 replies

SBF VR
Apr 20, 2021 12:00 PM
Joined Jul, 2018 29 posts

Follow up for posterity:

q={q} the best results came from q being the last name, but then filter the output by the guest Id to make sure we picked up the right one. Supposed to also be able to use the email address, but that returned bad data more often than I preferred.

Webhooks and feature idea/request. 1 reply

Joel P
Apr 14, 2021 11:11 AM
OR Team Member Joined Oct, 2009 151 posts

Hi Lui,

We do have a webhooks architecture in place, but it has not been fleshed out with lots of event types yet. We hope to add a lot more features to that as we flesh out our API v2. I can't give any specific timeline on that yet, though.

Webhooks and feature idea/request. 1 reply

Lui K
Apr 13, 2021 2:03 PM
Joined Jul, 2020 1 post

Hello OR World,

I would be interested in learning more about the OwnerRez use or thoughts of webhooks.

My specific requests would be:
Being able to define in the account webhooks for reservation changes and one for account termination.

Use cases are:
Reservation Change - Any change in a reservation would call a web address to notify me or a 3rd party if the dates, prices, number of people, or adding a pet happened.
Account Termination - Upon the removal from the active status of an OwnerRez account there be a webhook call that let the receiver take specific actions. An example of this is notice to end a coexisting service account.

Query the Guest object? 2 replies

Chris Hynes
Apr 9, 2021 1:15 PM
OR Team Member Joined Oct, 2012 1403 posts

Yep, that API is pretty old and we're working on an update. I'll send you some details on an alternate API you can use in the meantime.

Query the Guest object? 2 replies

SBF VR
Apr 8, 2021 11:24 AM
Joined Jul, 2018 29 posts

Attempting something with the OR API...

I can get the booking details using the numbers from the reservation ID, but the guest info includes several IDs related to other objects (address, phone, email), some of which don't appear to be available as objects to query via the API.

But it looks like the Guest object is available to query, just not documented how to query it (?q={q} isn't obvious enough). Please advise.

CSS help 7 replies

Chris-W
Apr 6, 2020 7:54 PM
Joined Apr, 2020 1 post

I'm Having a similar issue and can't figure out how to get the Book Now Quote Info Box colors changed. I found that the class=booknow-quote-info box and changed the information I needed changed to:

.background-color {rgb(191, 248, 70)}
.background-image {linear-gradient(rgb(191, 248, 70) 0%, rgb(167, 215, 62) 100%)}
.border-bottom-color {rgb(0, 128, 0)}
.border-left-color {rgb(0, 128, 0)}
.border-right-color {rgb(0, 128, 0)}
.border-top-color {rgb(0, 128, 0)}
.color {rgb(0, 128, 0)}
.alert-info {
rgb(0, 128, 0)}

posted this in the OwnerRez Widget but doesn't seem to work. Am I missing something by not listing the CSS class?