OrderTicket
A single ticket in an order.
Fields
Field | Description |
---|---|
id int (required) | Ticket ID Example value:6843548354 |
orderid int (required) | Order ID Example value:1269434 |
barcode string (required) | The barcode of this ticket, will be visible when the order is confirmed Example value:"5507167278453219864" |
bundleid int (required) | The id of the product this ticket is linked to Example value:123421 |
bundlevariant string (required) | The key of the fixedseat variant this ticket is linked to Example value:"106_normal" |
cachedaccesscontrolstatus int (required) | Accesscontrol status for this ticket Example value:1 |
deliveredts timestamp (required) | The timestamp of the last delivery of this ticket Example value:"2019-08-01 22:00:00" |
eventid int (required) | Event id Example value:554 |
price decimal (required) | Ticket price Example value:22.500000 |
pricetypeid int (required) | Pricetype id Example value:554 |
seatcachedvisualx decimal (required) | Seat coordinate - x Example value:35.340000 |
seatcachedvisualy decimal (required) | Seat coordinate - y Example value:12.200000 |
seatdescription mlstring (required) | Description of the ticket Example value:"Seat A-54" |
seated_ref string (required) | Seated ref Example value:"A-1" |
seatname string (required) | Name of the seat Example value:"s001001001" |
seatzoneid int (required) | Seatzone ID Example value:3 |
servicecharge decimal (required) | Service charge Example value:1.500000 |
ticketholderid int (required) | Ticket holder ID Example value:123421 |
ticketname string (required) | Name for the ticket holder Example value:"Johnsson" |
tickettypeid int (required) | Contingent ID Example value:123 |
tickettypename string (required) | Contingent name Example value:"Contingent A" |
tickettypepriceid int (required) | Id for the tickettypeprice of this ticket for the order Example value:234 |
transferredto int (required) | The contact this ticket is transferred to Example value:123421 |
vouchercodeid int (required) | The voucher code that was linked to this ticket Example value:123421 |
Example
1{
2 "id": 6843548354,
3 "orderid": 1269434,
4 "barcode": "5507167278453219864",
5 "bundleid": 123421,
6 "bundlevariant": "106_normal",
7 "cachedaccesscontrolstatus": 1,
8 "deliveredts": "2019-08-01 22:00:00",
9 "eventid": 554,
10 "price": 22.500000,
11 "pricetypeid": 554,
12 "seatcachedvisualx": 35.340000,
13 "seatcachedvisualy": 12.200000,
14 "seatdescription": "Seat A-54",
15 "seated_ref": "A-1",
16 "seatname": "s001001001",
17 "seatzoneid": 3,
18 "servicecharge": 1.500000,
19 "ticketholderid": 123421,
20 "ticketname": "Johnsson",
21 "tickettypeid": 123,
22 "tickettypename": "Contingent A",
23 "tickettypepriceid": 234,
24 "transferredto": 123421,
25 "vouchercodeid": 123421
26}