Dear team,
After cloning [fineract] branch develop and deployed on the Apache Tomcat
9. I am unable to create a client using
{
"officeId": 1,
"fullname": "EMMANUEL",
"mobileNo": "91530907963",
"externalId": "AA107894",
"dateFormat": "dd MMMM yyyy",
"locale": "en",
"active": true,
"activationDate": "21 December 2020",
"submittedOnDate":"21 December 2020",
"address":[
{
"addressTypeId": 1,
"isActive": true,
"street": "JEMTOK STREET",
"stateProvinceId": 20,
"countryId": 18
}],
"accountNo":"R0104662",
"genderId":"15",
"savingsProductId": 1,
"emailAddress" : "[email protected]",
"dateOfBirth" : "17 March 1989"
}
The error message is :
{
"developerMessage":
"The request was invalid. This typically will happen due to validation
errors which are provided."
,
"httpStatusCode": "400",
"defaultUserMessage": "Validation errors exist.",
"userMessageGlobalisationCode": "validation.msg.validation.errors.exist"
,
"errors": [
{
"developerMessage": "The parameter street is not supported.",
"defaultUserMessage": "The parameter street is not supported.",
"userMessageGlobalisationCode":
"error.msg.parameter.unsupported",
"parameterName": "street",
"value": null,
"args": [
{
"value": "street"
}
]
}
]
}