Experience the difference of "Elite".

Getting Started

Core Concepts

Channel Management

Integrations

Messaging

Overview

Communication History

OwnerRez APIs

Payment Processing

Property Management

Reporting

Websites

Changelog

Example - Lodging Rate Index

cURL example:

curl --user ${ownerrez_user}:${ownerrez_key} --location --request GET "${ownerrez_api}/haapi/haxml/${ownerrez_account_id}/lodgingrateindex" --silent | xmllint --format -

id is your Account Id example like `ora...`

XML payload:

<?xml version="1.0"?>
<advertiserLodgingRateContentIndex>
<documentVersion>4.2.1</documentVersion>
<advertiser>
<assignedId>ora7ccdcde3fx</assignedId>
<lodgingRateContentIndexEntry>
<listingExternalId>orp5b2abax</listingExternalId>
<unitExternalId>orp5b2abax</unitExternalId>
<lastUpdatedDate>2022-08-10T00:00:00Z</lastUpdatedDate>
<lodgingRateContentUrl>https://faststage.ownerrez.com/haapi/haxml/ora7ccdcde3fx/lodgingrate/orp5b2abax</lodgingRateContentUrl>
</lodgingRateContentIndexEntry>
</advertiser>
</advertiserLodgingRateContentIndex>