Confirm Reservation
Finalizes a provisional reservation, turning it into a confirmed booking. This endpoint requires the reservation token and may include additional customer information such as ticket holder details and payment reference. Upon successful confirmation, the reservation status is updated, and ticket numbers are assigned.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
token
A unique token that identifies a ticket reservation
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.
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.
token
A unique token that identifies a ticket reservation
reservationStatus
The status of the reservation
expiresAt
The date and time when the token expires and reservation is no longer valid
reservations