Seat Events
Create a seat event
Create a new seat event. Seat events are used for calculating charges.
POST
/
seat-events
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Body
application/json
customerEventId
string
Unique ID provided by customer. Another event with the same customer event ID will supersede this one.
customerAlias
string
requiredEnd-customer alias or ID.
seatType
string
requiredSeat type. This can be referenced from a seat metric.
eventTimestamp
string
requiredEvent timestamp, in ISO 8601 format.
total
integer
requiredTotal seats consumed for this seat type.
Response
201 - application/json
id
string
requiredUnique ID for this seat event.
customerEventId
string
requiredUnique ID provided by customer. Another event with the same customer event ID will supersede this one.
customerAlias
string
requiredEnd-customer alias or ID.
seatType
string
requiredSeat type. This can be referenced from a seat metric.
sequenceAccountId
string
requiredUnique Sequence account ID.
eventTimestamp
string
requiredEvent timestamp, in ISO 8601 format.
total
integer
requiredTotal seats consumed for this seat type.