...
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 the |
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 | ||
---|---|---|
| ||
{ "userAuth": { "username": "username", "password": "password" }, "operation": "getPropertyInformation", "siteIDList": [ 1853 ], "channelIDList": [ ], "options": [ "fullPropertyInformation", "rateInformation". "roomInformation", "rateGroupInformation", "taxPolicyInformation", "imageInformation" ] } |
...