Booking Cycle Accesses

The BookingCycleAccess table within the Payment package is designed to track and manage the access levels granted to users during the booking process. This table serves as a central hub for recording all access levels and permissions granted to users at various stages of the booking cycle, such as during reservation, confirmation, and payment. It stores relevant information, including user IDs, booking IDs, and the specific type of access granted to each user. This table allows for efficient tracking and monitoring of user access to the booking system, ensuring a smooth and secure booking process for all involved parties.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The BookingCycleAccessId is an integer field in the BookingCycleAccess table used to uniquely identify a specific booking cycle access. This field serves as a primary key and allows for efficient and accurate retrieval of information related to a specific booking cycle access. Each BookingCycleAccessId is auto-generated and cannot be modified, ensuring data integrity and consistency. As an identity field, it provides a sequential and increasing value for each new booking cycle access added to the table. The BookingCycleAccessId is essential for maintaining the organization and structure of the BookingCycleAccess table, allowing for easy referencing and linking with other tables in the database.

string | null

The BookingCycleRoleId field in the BookingCycleAccess table is a string data type that can hold a maximum of 32 characters. This field is used to assign a role to different booking cycles, allowing for more efficient and organized management of booking processes within the system. This field serves as a unique identifier for each role and is essential in granting access and permissions to users involved in the booking cycle. It facilitates seamless coordination and collaboration among team members by clearly defining their roles and responsibilities. This field plays a crucial role in maintaining the smooth functioning and organization of the booking cycle process.

string | null

Miscellaneous notes and information for the entry or record.

boolean

The Notify field in the BookingCycleAccess table is a bit data type that indicates whether or not the user has requested to receive notification for their booking cycle. It serves as a toggle switch, with a value of 1 representing a user who wishes to receive notifications and a value of 0 for a user who does not want to receive notifications. This field allows for personalized preference settings for users and can help streamline the booking cycle process by only sending notifications to those who have opted in.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!