Booking Status

The BookingStatus table is used to store the booking status of payments within the Payment package. It contains fields to track the payment status, the date and time of payment, the payment amount, and any relevant Refund or Cancellation codes associated with the booking. The BookingStatus table can be used to give a general overview of the payment status and can help to troubleshoot payment issues.

Body Params
string
required
length between 1 and 128

BookingStatusId is a primary key field of data type nvarchar with a maximum length of 128 in the BookingStatus table. It stores a unique alphanumeric identifier for each booking status in the database.

string | null

The Description field of the BookingStatus table stores a short description of the data type nvarchar with a maximum length of 256. This provides a general description for the entry within the table.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The BadgeId field in the BookingStatus table stores a unique numerical identifier for a guest's booking status. This field has a maximum length of 32 characters. It is stored as a nvarchar data type.

string | null

The BankStatus field in the BookingStatus table is of the data type nvarchar with a maximum length of 32 characters. This field is used to indicate the current status of a bank transaction related to a booking. This could include values such as 'pending', 'completed', 'cancelled', or 'failed'. By tracking the BankStatus, the system can keep users informed about the progress of their booking and any necessary financial transactions. As a string type, the BankStatus field can also accommodate alpha-numeric characters, providing flexibility for various status updates.

Response
200

OK

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