Transaction Code Omissions

The TransactionCodeOmission table is a vital component in the Account package. It is designed to keep track of any omitted or missing transaction codes during the account management process. This table includes fields such as the account number, transaction date, and the reason for omitting the transaction code. With this information, account managers can easily identify and rectify any discrepancies in the transaction coding process, ensuring accurate record-keeping and financial reporting. The TransactionCodeOmission table aids in maintaining the integrity of account data and provides transparency in the account management process. It is an essential tool for ensuring efficient and error-free financial operations in any business or organization.

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 12

The TransactionCodeOmissionId field in the TransactionCodeOmission table is a primary key that uniquely identifies each record in the table. It is of data type nvarchar with a maximum length of 12 characters, allowing for a wide range of values. This field is essential for organizing and managing data in the table, as it is used to ensure data integrity and to establish relationships with other tables in the database. Additionally, it serves as a reference point for data retrieval and manipulation. As a primary key field, TransactionCodeOmissionId plays a crucial role in maintaining the accuracy and uniqueness of data in the TransactionCodeOmission table.

string | null

TransactionCodeFull is a column in the TransactionCodeOmission table that stores a string of characters in Unicode format, allowing for the storage and manipulation of various characters and languages. This field represents the full transaction code associated with a record in the table. It is of the nvarchar data type, meaning it can hold up to 4,000 characters. This field is essential for accurately tracking and identifying specific transactions within the table, making it a crucial component of the TransactionCodeOmission table.

int32

The ClientEnvironmentId field in the TransactionCodeOmission table is of data type integer. It is used to identify the specific client environment in which a transaction code is omitted. This field allows for accurate tracking and organization of omitted transaction codes, which can help identify patterns or discrepancies within a specific client's operations. By assigning a unique integer to each client's environment, the ClientEnvironmentId field provides a reliable way to filter and analyze transaction code omission data for individual clients.

int32 | null

The AccountTransactionId is an integer field located within the TransactionCodeOmission table. It is used to uniquely identify and track individual transactions within the table. This field serves as a primary key, ensuring that each transaction has a distinct identification number. The data type of this field is defined as an integer, which means it can only contain numerical values. This field is crucial for accurately organizing and managing the data within the TransactionCodeOmission table, making it an essential component in accurately recording and analyzing transaction information.

double
required

The Amount field in the TransactionCodeOmission table is of the data type decimal, which stores numerical values with decimal points. This field is used to record the monetary amount for a transaction that has been omitted from the system, either intentionally or unintentionally. It allows for precise and accurate tracking of the financial impact of any omitted transactions. The decimal data type ensures that even fractions of a currency unit can be accurately captured and calculated. This field is an essential component of the TransactionCodeOmission table, providing crucial information for tracking and resolving any discrepancies in the system.

string | null

Miscellaneous notes and information for the entry or record.

Response
200

OK

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