...
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 | ||
---|---|---|
| ||
{ "userAuth": { "username": "username", "password": "password" }, "operation": "getVoucherInformation", "siteIDList": [ 1853 ], "options": [ "fullPropertyInformation", "voucherInformation", "ticketInformation", "imageInformation" ] } |
...