Beneficiary Validation Imports

The IbanCheckImport table in the Account package is used to store and track the import history of IBAN numbers. This table contains relevant information such as the date and time of the import, the number of IBAN codes imported, and any errors encountered during the import process. It also includes a reference to the user who initiated the import for auditing purposes. This table serves as a log of all IBAN import activities, providing transparency and accountability for the management of IBAN numbers. It plays a crucial role in ensuring the accuracy and validity of IBAN codes within the account system.

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

The IbanCheckImportId is an identity field in the IbanCheckImport table, which stores data related to the import of IBAN check results. This field is of data type int and serves as the primary key for each entry in the table. It is automatically generated and assigned to each record upon its insertion into the table, ensuring a unique identifier for every import. The IbanCheckImportId is crucial for maintaining data integrity and facilitating efficient retrieval of information from the IbanCheckImport table.

int32 | null

The StorageId field in the IbanCheckImport table is of type int and is used to store a unique identifier for the imported data. This field is essential for organizing and identifying the imported data within the table. The data in this field is typically auto-generated and used as a primary key for referencing and linking to other tables within the database. By using this field, the imported data can be easily retrieved, updated, and managed, making it a crucial component for efficient data storage and retrieval.

int32 | null

The ActionLogId field is a type of integer data stored within the IbanCheckImport table. This field serves as a unique identification number for each action performed within the table. It is commonly used to record and track changes, updates, and alterations made to the import data, providing a detailed log of all activities within the table. This enables efficient auditing and troubleshooting of any potential issues that may arise. The ActionLogId can also play a key role in data analysis, as it allows for the identification and comparison of specific actions and their corresponding results. Overall, this field helps to ensure the integrity and accuracy of the import data and enhances the overall functionality of the IbanCheckImport table.

Response
200

OK

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