Update 15G/H form

15G/H form of the user can be updated using the API.

Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
asset_detail_idsarrayA valid array of asset ids
estimatedDividendIncomestringIncome generated from dividend
totalIncomestringTotal income of the user
lastAssessmentYearstringThe value of year when last assessment was done

Common error scenarios

The following are the common error scenarios in sending an API request:

ErrorDescription
param is missing or the value is empty: finsire_idfinsire_id is a required field
param is missing or the value is empty: asset_detail_idsasset_detail_ids is a required field
param is missing or the value is empty: estimatedDividendIncomeestimatedDividendIncome is a required field
param is missing or the value is empty: totalIncometotalIncome is a required field

You can try out this API here.