You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Pun Waiwitlikhit (Jira)" <ji...@apache.org> on 2019/12/26 16:03:00 UTC

[jira] [Created] (FINERACT-817) API: Provide values of the entity property for Entity Data Table Checks instead of only the code.

Pun Waiwitlikhit created FINERACT-817:
-----------------------------------------

             Summary: API: Provide values of the entity property for Entity Data Table Checks instead of only the code.
                 Key: FINERACT-817
                 URL: https://issues.apache.org/jira/browse/FINERACT-817
             Project: Apache Fineract
          Issue Type: Improvement
          Components: Organization
    Affects Versions: 1.3.1, 1.4.0, 1.5.0, 1.6.0
            Reporter: Pun Waiwitlikhit


At the moment, the API endpoint for listing Entity Data Table Checks only returns the code of the returned objects' entity property. Readable values need to be provided alongside the code of the entity type. Here are the corresponding values to each code.
||Code||Value||
|m_client|Client|
|m_loan|Loan|
|m_savings_account|Savings Account|
|m_group|Group|

Please make the API return an entity object with a code and value property.

Example:
entity: {

value: m_client

code: Client

}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)