Booking Cycle States

Defines the different possible state values of a booking cycle.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 128

BookingCycleStateId is a primary key field of data type nvarchar with a maximum length of 128 in the BookingCycleState table. This field is used to uniquely identify each record, serving to link tables and allowing for accurate database querying.

string | null

The Description field in the BookingCycleState table holds data of type nvarchar with a maximum length of 256 and is used to store details that provide additional information about the cycle state of the booking process.

string | null

Miscellaneous notes and information for the entry or record.

string
required
length between 1 and 32

The BadgeCaption field in the BookingCycleState table is a string data type (nvarchar) with a maximum length of 32 characters. It is designed to store a brief, descriptive label or caption that represents the status of a booking cycle. This caption is intended for display purposes, providing a user-friendly indication of the current state of the booking process.

string
required
length between 1 and 32

The badge that should be used to display the state in the view and on the panel.

string
required
length between 1 and 256

The BadgeImage field in the BookingCycleState table is of data type nvarchar(max length 256). This field is designed to store the URL or path to an image that represents a badge associated with the booking cycle state. The image can be used for visual identification or branding purposes, ensuring that the state can be easily recognized in user interfaces or reports. The nvarchar type allows for the inclusion of Unicode characters, accommodating a wide range of languages and symbols in the image paths.

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!