TicketsalesFlowConfig
Config for a ticket sales flow
Fields
Field | Description |
---|---|
from
timestamp
|
Start timestamp for this config Example value:"2014-09-26 15:24:36" |
until
timestamp
|
End timestamp for this config Example value:"2014-09-26 15:24:36" |
widget
string
|
Widget to use in this config Example value:"addtickets" |
widgetparams
map<string, string>
(required) |
Widget parameters for this config Example value:{ "flow": "basketwithcheckout", "ticketinfo": "name" } |
Example
1{
2 "from": "2014-09-26 15:24:36",
3 "until": "2014-09-26 15:24:36",
4 "widget": "addtickets",
5 "widgetparams": {
6 "flow": "basketwithcheckout",
7 "ticketinfo": "name"
8 }
9}