Booking Documents

The BookingDocument table in the Payment package contains information related to the payment of goods and services. The table stores data such as payment method, invoice number, date of payment, payment amount, and payment status. This table is used to maintain an accurate record of payments made and received. It is essential for tracking transactions and ensuring the completeness and accuracy of financial records.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The DocumentId field in the BookingDocument table is an integer data type. This field stores the primary key to the BookingDocument and is an auto incrementing value so that each record can be uniquely identified.

string
required
length ≥ 1

Name of data type nvarchar in the BookingDocument table holds character data with a maximum length of 4000 characters, including both non-English and English language characters.

string | null

The EntityId field is an nvarchar data type with a maximum length of 450 which is found in the BookingDocument table. It is used to store the unique identifier associated with a single instance of a booking document. These identifiers are usually generated by the system when the booking document is created and associated with the booking document.

int32 | null

The BookingId field of data type int in the BookingDocument table is a unique identifier generated automatically to identify a single booking document.

string | null

The EntityKeyValue field in the BookingDocument table is an nvarchar field that stores the unique identifier that uniquely identifies a given document or other entity within the application. This data is used as a key value to reference a particular document or entity and is used to ensure data integrity.

string
required
length between 1 and 450

The DocumentTypeId field is an nvarchar field with a maximum length of 450 characters in the BookingDocument table. It is used to identify the type of document associated with a particular booking, such as an invoice, receipt, or other document.

string | null

The FileName field of data type nvarchar in a table called BookingDocument is used to store the name of a document associated with a particular booking. The data type nvarchar allows for the storage of up to 255 characters in length, making this field ideal for storing filenames, documents or paths.

Response
200

OK

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