BookingProducts
Get one BookingProduct
Retrieve a single BookingProduct record by its Id.
GET
Get one BookingProduct
A BookingProduct links a
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
integer
required
The Id of the BookingProduct record to retrieve.
Code Examples
Response
200
integer
ID of the booking linked to this record.
integer
ID of the product linked to this record.
string
The name of the linked product.
number
The unit price of the linked product.
string
The currency code of the product price.
boolean
Whether to invoice this product based on the booking duration in minutes.
integer
The number of units of this product to include in the booking.
boolean
Whether mrm reminded is enabled.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one BookingProduct