Transaction Code Maps

An alternative expression mapped to an official transaction code.

Path Params
string
required
Body Params
int32

The TransactionCodeMapId is a unique identity field within the TransactionCodeMap table that is used to identify and map specific transaction codes. This field is of data type int, meaning it can store whole number values. The TransactionCodeMap table serves as a reference table, containing information on various transaction codes and their corresponding mappings. The TransactionCodeMapId allows for efficient and accurate identification of specific transaction codes within this table, providing a key component in managing and organizing transaction data.

string
required
length ≥ 1

The 'Expression' field in the 'TransactionCodeMap' table is of the data type nvarchar and is used to store a string of characters that represents a specific transaction code. This field is utilized to map a transaction code to a corresponding description, allowing for easy identification of different types of transactions within a system. The nvarchar data type allows for the storage of alphanumeric characters in varying lengths, providing flexibility in storing and retrieving transaction codes of different lengths. With this field, users can quickly decipher the purpose and nature of a transaction by referencing the mapped code and its corresponding description in the transaction code map table.

boolean

The Credit field in the TransactionCodeMap table is a bit data type, meaning it can store a binary value of either 0 or 1. This field is used to indicate whether a transaction is a credit or debit entry. A value of 1 indicates a credit entry, meaning money is being added to the account, while a value of 0 indicates a debit entry, meaning money is being withdrawn from the account. This field is crucial for accurately tracking and managing financial transactions within the database.

boolean

The Debit field in the TransactionCodeMap table is a bit data type, which is used to represent a boolean value of either true or false. This field is designed to store information about whether a transaction is classified as a debit, typically used in bookkeeping and accounting systems. A value of 1 indicates that the transaction is a debit, while a value of 0 indicates that it is not. This field allows for the categorization and sorting of transactions based on their debit status, providing a more efficient way to manage financial data.

string | null

Miscellaneous notes and information for the entry or record.

string
required
length between 1 and 32

The OperatorId field is a column in the TransactionCodeMap table that is of data type nvarchar with a maximum length of 32 characters. This field is used to store the unique identification number for the operator of a transaction. This ID serves as a key for referencing specific operators and their respective transactions. The data in this field is important for tracking and organizing transactions within the table.

Response
200

OK

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