Capture and store information about related parties to your investor

Works with

  • Individual Investor Profiles

This object is used to store any person or a party related to an investor. These related parties could be used for nominations declared by the investor.

You can create a related parties object by calling related parties API with below json request.

Sample Request

{
  "profile": "invp_9abd706565144b83947f4b498bc95e98",
  "name": "Ram Sharma",
  "date_of_birth": "2002-02-29",
  "relationship": "son"
}

You could add all ther attributes with modify a related party API.

NOTE: If the related party is a minor you can add the relevant guardian details.