BookingProducts
Get one BookingProduct
Retrieve a single BookingProduct record by its Id.
GET
Get one BookingProduct
A BookingProduct links aDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Product to a Booking. Only products that are associated with the resource being booked (via ResourceProduct) can be used.
For example, if a meeting room resource has a “Catering” product linked through ResourceProduct, that product can be added to bookings for that room as a BookingProduct.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the BookingProduct-Read role.Path Parameters
The Id of the BookingProduct record to retrieve.
Code Examples
Response
200
Booking Id.
Product Id.
The name of the linked product.
The unit price of the linked product.
The currency code of the product price.
Whether to invoice this product based on the booking duration in minutes.
The number of units of this product to include in the booking.
Mrm Reminded.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one BookingProduct