Danish Jamal created FINERACT-1364:
--------------------------------------
Summary: Missmatch datatype in groups field of client model
"GetClientsClientIdResponse"
Key: FINERACT-1364
URL: https://issues.apache.org/jira/browse/FINERACT-1364
Project: Apache Fineract
Issue Type: Bug
Reporter: Danish Jamal
Attachments: Screenshot 2021-07-28 at 2.28.17 PM.png, Screenshot
2021-07-28 at 2.30.33 PM.png
The generated Fineract-client model "*GetClientsClientIdResponse"* has invalid
group fields. The model class expects List<String> as groups find but backend
send the below Object for endpoint clients/\{clientId}.
{
"id": 13,
"accountNo": "000000013",
"name": "Test"
}
Checkout the below screenshots for model expectations and backend response.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)