Booking Types

The BookingType table is used to store information on different types of payment bookings. This table contains the different types of payment bookings and provides information on the associated fees and other restrictions associated with each type of booking. The primary key of this table is the booking type ID. Information in this table can be used to generate reports on the different payment bookings.

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

BookingTypeId is the primary key field of the BookingType table. It stores strings of non-Unicode character values of up to 128 characters in length. It uniquely identifies each set of data of the BookingType table.

string | null

The Description of data type nvarchar with a maximum length of 256 in the BookingType table stores short descriptions of bookings that are limited to 256 characters in length. This field is used to provide information to the user on the different types of bookings.

string | null

Miscellaneous notes and information for the entry or record.

boolean

The 'SettlementPayment' field of the 'BookingType' table is a bit data type and is used to indicate whether a settlement payment has been made for a booking type. The value of '1' indicates the existence of a settlement payment, and the value of '0' indicates a payment has not been made.

boolean

The AutoSubmit field of the BookingType table is a binary indicator of whether or not the booking data will be submitted automatically to the system. This field accepts either 0 or 1, with 0 indicating no auto-submit and 1 indicating auto-submit. When the value of this field is set to 1, the system will process the booking data upon the completion of the form, otherwise the data will have to be manually submitted.

boolean

Shows if the credit instruction for the bookings must have an account defined in order to be considered as a booking that can be processed.

boolean

Shows if the debit instruction for the bookings must have an account defined in order to be considered as a booking that can be processed.

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!