SeatRank
A single seat rank.
More info: see the get operation and the seat ranks endpoint.
Fields
Field | Description |
---|---|
id
int
(required) |
Unique ID Example value:123 |
name
mlstring
(required) |
Name for the seat rank Example value:"Rank A" |
color
string
(required) |
The color of the seat rank Example value:"#AE77FB" |
priority
int
(required) |
Priority of the seat rank Example value:3 |
isarchived
bool
(required) |
Whether or not this item is archived |
createdts
timestamp
(required) |
Created timestamp Example value:"2014-09-26 15:24:36" |
lastupdatets
timestamp
(required) |
Last updated timestamp Example value:"2014-09-26 15:24:36" |
Example
1{
2 "id": 123,
3 "name": "Rank A",
4 "color": "#AE77FB",
5 "priority": 3,
6 "isarchived": false,
7 "createdts": "2014-09-26 15:24:36",
8 "lastupdatets": "2014-09-26 15:24:36"
9}