Booking Cycle Roles

Defines a role and the responsibilities for 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 32

The unique name of the role.

string | null

The field 'Description' in the table 'BookingCycleRole' is a text-based column that contains a description of the booking cycle role. The data type is nvarchar, which allows for characters in any language to be stored. The maximum length of this field is 256 characters, providing sufficient space for a detailed description. This field can be used to provide more information or context about the specific booking cycle role, such as its responsibilities or purpose. It helps to provide a better understanding and organization of the data stored in the table.

string | null

Miscellaneous notes and information for the entry or record.

boolean

The field 'Define' in the 'BookingCycleRole' table is of the data type bit, which is a Boolean value representing either a true or false state. This field is used to define the specific role in the booking cycle for which a particular record is associated. It allows for easy categorization and organization of data within the table, ensuring accurate and efficient tracking of booking cycles. With the use of bit data type, this field can only have two possible values: 1 for true or 0 for false, providing a clear and concise representation of a record's role in the booking cycle.

boolean

The Verify field in the BookingCycleRole table is a bit data type, which can hold a binary value of 0 or 1. This field is used to determine whether a specific booking cycle has been verified or not. When set to 1, it indicates that the booking cycle has been verified, while a value of 0 means it has not yet been verified. This field is essential for tracking the progress and completion of booking cycles and ensuring accuracy in the data stored in the table. Users can easily update this field to reflect the verification status of a booking cycle, providing an efficient and reliable means of monitoring and managing the booking process.

boolean

The Approve field, of data type bit, is a feature of the BookingCycleRole table. It allows for the approval status of a specific booking cycle to be indicated through a binary value of either 0 or 1. A value of 1 indicates that the booking cycle has been approved, while a value of 0 indicates that it is still pending approval. This field provides a quick and efficient way to track the status of booking cycles within the system, ensuring that all necessary steps have been completed before moving forward with the cycle. With the Approve field, users can easily identify which booking cycles are ready for further action and which ones require further review.

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!