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 - Advertiser Review Index

cURL example:

curl --user ${ownerrez_user}:${ownerrez_key} --location --request GET "${ownerrez_api}/haapi/haxml/advertiserReviewIndex?type=${ownerrez_user}&key=${ownerrez_key}" --silent | xmllint --format -

XML payload:

<?xml version="1.0"?>
<advertisersReviewContentIndex>
<documentVersion>1.1</documentVersion>
<advertiserIndexEntry>
<advertiserAssignedId>ora7ccdcde01x</advertiserAssignedId>
<advertiserName>RMCO1</advertiserName>
<advertiserBookingContentIndexUrl>https://faststage.ownerrez.com/haapi/haolb/ora7ccdcde01x/reviewindex</advertiserBookingContentIndexUrl>
</advertiserIndexEntry>
</advertisersReviewContentIndex>