TicketsprocessedStatistics
Statistics on the number of tickets processed in a certain period.
Fields
Field | Description |
---|---|
processed
int
(required) |
The number of tickets processed Example value:723 |
soldonline
int
(required) |
The number of tickets sold online Example value:723 |
ts
timestamp
(required) |
Start of the period Example value:"2015-01-01" |
Example
1{
2 "processed": 723,
3 "soldonline": 723,
4 "ts": "2015-01-01"
5}