Seat Events
Create a seat event
Create a new seat event. Seat events are used for calculating charges.
post/seat-events
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
Sequence-Version'2024-07-30'
Use this header to select an API version
Request body
Example request
{
"customerEventId": "event-id-H4twuTWpYx1rkd8OMTki2hTUcZ",
"customerAlias": "customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW",
"seatType": "admin",
"eventTimestamp": "2022-10-01T00:00:00Z",
"total": 1
}Response
Created
Example response
{
"id": "0184421a-8202-70ea-a729-30308a40bbf7",
"customerEventId": "event-id-H4twuTWpYx1rkd8OMTki2hTUcZ",
"customerAlias": "customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW",
"seatType": "admin",
"sequenceAccountId": "0184421e-a9cc-711b-af93-bf0511d4d833",
"eventTimestamp": "2022-10-01T00:00:00Z",
"total": 1
}