Booking Cycle Bookings

BookingCycleBooking is a table in the Payment package that stores information about recurring payment cycles used for subscriptions and other recurring payments. The table holds data about recurring payment cycles such as the start date, and the frequency of payments. It also tracks payment history for each cycle, including success and fail records. This table ensures that payments are made consistently and prevents duplicate payments from being made.

Path Params
string
required
Body Params
int32

The BookingCycleBookingId field in the Booking Cycle Booking table contains an integer value that serves as the unique identifier for each individual record in the table. This field is used to track and reference each record within the table.

int32

The BookingCycleId field of BookingCycleBooking table stores the unique integer identifier for the booking cycle. It is used to relate the bookings made to the specific cycles they are associated with.

int32

BookingId: The unique identifier for a booking within the BookingCycleBooking table. This field is of data type int.

Response
200

OK

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