registerDatatable

abstract suspend fun registerDatatable(datatable: String, apptable: String, body: Any? = null): PutDataTablesResponse

Register Data Table Registers a data table with the Apache Fineract Core application table. This allows the data table to be maintained through the API. In case the datatable is a PPI (survey table), a parameter category should be pass along with the request. The API currently support one category (200) Responses:

  • 200: OK

Return

PutDataTablesResponse

Parameters

datatable

datatable

apptable

apptable

body

(optional)