Skip to main content

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-KEY
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
INVESTOR-KEYstringUnique investor key (UUID v4).36

Request Body

Request Body
{
"investor_status": "in_filling"
}

Request Body Params

FieldTypeDescriptionRequired
investor_statusstringNew investor status. Accepted value: in_filling.Yes

Response

The response is a complete updated JSON of the investor.