Create Reservation
Initiates a new reservation for tickets. Clients use this endpoint to provisionally hold tickets by specifying the desired items, quantities, and any specific admissions or schedules. Returns a token representing the reservation, along with its expiration time, allowing clients to manage or confirm the reservation before it expires.
Authentication
x-np-api-keystring
API Key authentication via header
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
x-api-version
Used for API versioning. More details.
Query parameters
includeTicketNumbers
Indicates whether ticket numbers should be included in reservation responses. Tickets are normally included only when the reservation is confirmed. If true, ticket numbers are returned regardless of reservation status. When a reservation is updated, any previously disclosed ticket numbers are removed.
Request
This endpoint expects an object.
reserve
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
