Booking Cycles

A booking cycle allows 'bookings' to be processed in a batch. The booking cycle can be used to update the value date on the booking, generate the cashflows, and any required payments.

Body Params
int32

BookingCycleId is an integer field in the BookingCycle table that identifies each individual booking cycle within the system. It is used to catalogue and store data about the particular booking cycle for reference and reporting purposes.

date-time
required

The ValueDate field in the BookingCycle table is of data type datetime2 and represents the date in which the applied transaction value is scheduled to take place.

string
required
length between 1 and 128

BookingCycleTypeId is a field of data type nvarchar with a maximum length of 128 in the BookingCycle table. This field stores the unique identifier for the type of booking cycle being used, such as weekly, monthly, or quarterly.

string | null

Miscellaneous notes and information for the entry or record.

Response
200

OK

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