Versions Compared

Key

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

...

Element

Type

Description

siteIDList

Array

(Mandatory) A list of property IDs for which voucher information should be returned. This must be a subset of properties that are enabled for your API.

options

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": "getVoucherInformation",
    "siteIDList": [
        1853
    ],
    "options": [
        "fullPropertyInformation",
        "voucherInformation",
        "ticketInformation",
        "imageInformation"
    ]
}

...