UPDATE_NOMINEE
This Action updates the nominee details of the user
Request
payload: {
"product": "FD",
"accountNumber": "102710526911",
"nomineeDetailsNew": {
"name": "Ankit",
"relation": "BROTHER",
"email": "[email protected]",
"address1": "abcd",
"address2": "abcd",
"address3": "abcd",
"city": "NAGAON",
"state": "TAMIL_NADU",
"postalCode": 251201,
"dob": "2000-01-05",
"isMinor": "NO"
},
"nomineeDetailsOld": {
"dob": "2010-02-10",
"name": "Ankit Yogi",
}
},
Response
{
"statusCode": "OK",
"statusCodeValue": 200
}
Updated 11 months ago