Correct Erroneous Data
This API can be used to correct erroneous data in the folio.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
nominee_details | array | A valid array of objects consisting details of nominee including name, gender, address, etc. |
correct_data | array | An array of data points containing account number, account type and IFSC |
Common error scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: nominee_details | nominee_details is a required field |
param is missing or the value is empty: correct_data | correct_data is a required field |
You can try out this API here.
Updated 11 months ago