Ticketsalessetup

A single ticketsalessetup.

More info: see the get operation and the ticketsalessetups endpoint.

Fields

FieldDescription
id
int 
(required)

Unique ID

Example value:123
name
string 
(required)

Name

Example value:"Websales"
code
string 
(required)

Unique code used for the public link to the ticketsalessetup docs

Example value:"d6f72313-bc7a-4dca-a3fc-371057f5f99f"
integrated
bool 
(required)

Whether or not the ticket sales setup is integrated with the website

widgetparams
map<string, string> 
(required)

Widget parameters used for all flows in this setup

Example value:{ "oncompletion": "orderdetail", "returnurl": "https://www.ticketmatic.com" }

Example

 1{
 2    "id": 123,
 3    "name": "Websales",
 4    "code": "d6f72313-bc7a-4dca-a3fc-371057f5f99f",
 5    "integrated": false,
 6    "widgetparams": {
 7        "oncompletion": "orderdetail",
 8        "returnurl": "https://www.ticketmatic.com"
 9    }
10}