Request Revoke Ticket
Initiates a revoke request for a ticket identified by its ticket id. This first step validates that the ticket is eligible for revocation and provides a revokeId to be used in the subsequent confirmation step. It also returns the possible refund amount based on the ticket’s conditions. This pre-validation is useful for assessing revocation eligibility and potential refunds before the final confirmation.
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.
pinCode
A pin code for the ticket, used for validation when rescheduling or revoking a confirmed ticket
Response
This endpoint returns an object.
revokeId
A unique token that identifies a ticket reservation
quantityToRevoke
The number of tickets to reserved
unitAmount
The unit price of the ticket.