Danish Jamal created FINERACT-1366:
--------------------------------------
Summary: invalid fields in PostClientsClientIdRequest in
clientsApiResourceSwagger
Key: FINERACT-1366
URL: https://issues.apache.org/jira/browse/FINERACT-1366
Project: Apache Fineract
Issue Type: Bug
Reporter: Danish Jamal
Assignee: Danish Jamal
Expected body payload while activating the client:
{code:java}
{Â
"activationDate": "02 August 2021",
"dateFormat": "dd MMMM yyyy",
"locale": "en"
}
{code}
Payload model (PostClientsClientIdRequest):
{code:java}
@Schema(description = "PostClientsClientIdRequest")
public static final class PostClientsClientIdRequest {
private PostClientsClientIdRequest() {}
@Schema(example = "We cannot accept transfers of clients having loans with
less than 1 repayment left")
public String note;
}
{code}
the  PostClientsClientIdRequest must define the required field in order to
generate the valid client.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)