Confirm Revoke Ticket
Confirms and executes the revocation of a ticket using the revokeId obtained from Request Revoke Ticket. This step finalizes the cancellation, making the ticket invalid for entry or use and releasing any associated resources. It may include additional customer details such as the ticketHolder name, notificationAddress for sending tickets or notifications, and a paymentReference to link the reservation to a payment transaction.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
ticketId
The unique identifier of a ticket
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Request
This endpoint expects an object.
revokeId
A unique token that identifies a ticket reservation
ticketHolder
The name of the person holding the ticket(s)
notificationAddress
The email address or mobile phone number to send tickets and notifications to
paymentReference
A reference to the payment transaction. Unless provided, the reservation is not considered paid. A confirmed unpaid reservation must be paid on site before the tickets are valid for usage.
Response
This endpoint returns an object.
revokeId
A unique token that identifies a ticket reservation
status