PUT api/Investor
Updates an existing investor's profile.
Request Information
URI Parameters
None.
Body Parameters
UpdateInvestor| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
None. |
|
| 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
booleanResponse Formats
application/json, text/json
Sample:
true