Investor Registration Update
To make changes to the Investor registration, it is necessary that its status be set to "in_filling", this will re-enable all inclusion/removal endpoints.
After making the modifications, the registration must be sent again for analysis with the status "in_analysis".
Request
ENDPOINT
/investor_management/investor/INVESTOR-KEYMETHOD
PATCHPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
INVESTOR-KEY | string | Unique investor key (UUID v4). | 36 |
Request Body
Request Body
{
"investor_status": "in_filling"
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
investor_status | string | New investor status. Accepted value: in_filling. | Yes |
Response
The response is a complete updated JSON of the investor.