Create Data Table

This endpoint allows you to create a new datatable.

Determine the entity (e.g., "client", "account") and the specific data you need to store in the datatable.

Define the schema (columns) for the datatable, including the column names, data types, and whether each column is mandatory.

Please follow this link to know more about Data Tables

Note: The default data table UI automatically converts any field name containing spaces to underscores when using the API.
For example, "Business Description" becomes "Business_Description". To avoid conflicts, ensure you use a consistent format and do not mix both versions in any data table.

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

The datatableTitle is a human-readable title for the datatable.
This title is typically used for display purposes in user interfaces or reports.
It provides a clear and understandable name that describes the purpose or content of the datatable
Example: TestDataTable

string
required
Defaults to d_testdatatable

The name of the data table show should start with d_.
The datatableName is a unique identifier for the datatable.
It is used internally by the system to reference the datatable and must be unique across the system.
The name should follow a consistent naming convention and should be concise yet descriptive of the datatable’s content or purpose.
Example: d_testdatatable

string
required
Defaults to m_client

The name of the application table associated with the data table.
Application table name. Must be one of the following:

  1. m_client
  2. m_loan
  3. m_office
  4. m_saving_account
  5. m_product_loan
  6. m_savings_product
    Example: m_client
string

A description of the data table.
Example: Test Data Table

integer
enum

The ID representing the legal form associated with the data table.

  • 1: Person
  • 2: Entity
Allowed:
boolean

This setting indicates whether the data table permits the selection of multiple rows simultaneously. The default value is false.
Example: true

sections
array of objects
required

When creating a data table, it's important to structure it into clear and logical sections to ensure the data is well-organized and easy to understand.

In an actual application, these sections may include interactive elements and additional styling to enhance usability and visual appeal

sections*
Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json