Booking Cycle Type Booking Types

The BookingCycleTypeBookingType table in the Payment package serves as a junction table that establishes a many-to-many relationship between booking cycle types and booking types. This table contains foreign keys referencing the unique identifiers of both the BookingCycleType and BookingType tables, allowing for flexible combinations of different booking cycles and types. It is essential for managing various booking options and their respective cycles within the payment system, facilitating efficient tracking, categorization, and application of different booking strategies for automated processes and reporting.

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

The BookingCycleTypeBookingTypeId field is an identity integer that serves as the primary key for the BookingCycleTypeBookingType table. It uniquely identifies each booking cycle type and booking type combination, ensuring that every record has a distinct identifier that facilitates efficient data retrieval and relationships within the database. This field automatically increments with each new entry, providing a systematic way to track and manage booking cycles and their associated types.

string | null

The BookingCycleTypeId field in the BookingCycleTypeBookingType table is a string identifier that represents the type of booking cycle applicable to the specific booking type. It is defined as an nvarchar data type with a maximum length of 128 characters, allowing for the inclusion of alphanumeric characters and special symbols. This field is essential for categorizing and differentiating various booking cycles within the system, facilitating efficient booking management and data retrieval.

string | null

The BookingTypeId field in the BookingCycleTypeBookingType table represents a unique identifier for different types of bookings. It is of data type nvarchar, allowing for a maximum length of 128 characters. This field is designed to store alphanumeric values that uniquely distinguish each booking type within the system, facilitating efficient categorization and retrieval of booking records.

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!