PUT api/Investor

Updates an existing investor's profile.

Request Information

URI Parameters

None.

Body Parameters

UpdateInvestor
NameDescriptionTypeAdditional information
userName

string

None.

email

string

None.

phone

string

None.

accountTypeId

integer

None.

verificationStatusId

integer

None.

isActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "email": "sample string 2",
  "phone": "sample string 3",
  "accountTypeId": 4,
  "verificationStatusId": 5,
  "isActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true