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.

options

Array

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

Sample

Code Block
languagejson
{
    "userAuth": {
        "username": "username",
        "password": "password"
    },
    "operation": "getPropertyInformation",
    "siteIDList": [
        1853
    ],
    "channelIDList": [
    ],
    "options": [
        "fullPropertyInformation",
        "rateInformation".
        "roomInformation",
        "rateGroupInformation",
        "taxPolicyInformation",
        "imageInformation"
    ]
}

...