Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Type

Description

siteIDList

Array

If provided, results will only be returned for the properties specified. If not provided, all properties enabled for your API user will be returned.

channelIDList

Array

If provided, and therateInformation option is set, only rates mapped to one or more of the specified channels are returned. If not provided, the default website channel is assumed. List of Channels

options

Array

Specify one or more of the available options to determine what information is returned in the response. List of Options

...

Code Block
languagejson
{
    "userAuth": {
        "username": "username",
        "password": "password"
    },
    "operation": "getPropertyInformation",
    "siteIDList": [
        1853
    ],
    "channelIDList": [
    ],
    "options": [
    ]
}

Channels

Channel

UAT ID

Production ID

My Site

19

7

Facebook

21

9

Facebook Like

22

10

CRO

26

11

SiteMinder

27

12

GNHUniverse

51

81

Options

Option

Description

fullPropertyInformation

Property information including name, address, geolocation, facilities and other property configuration options.

rateInformation

List of rates available on that property. Only rates on the specified channel are returned.

roomInformation

List of rooms available on that property.

rateGroupInformation

List of rate groups available on that property. Only rate groups with rates that are availabile on the channel specified are returned.

taxPolicyInformation

List of tax policies configured for that property. Where a rate has a specific tax policy selected, the taxPolicyID will be included in the rate information Any rate that has a NULL taxPolicyID indicates pricing inclusive of all taxes and charges.

imageInformation

Where you require the fully-resolved URLs for all property, rate or room imagery, this option must be included. This option adds a small performance overhead and should be used only if required.

...