Investor Analysis Submission
This endpoint allows changing an investor's status to analysis, sending it to the validation process.
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_analysis"
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
investor_status | string | New investor status. Accepted value: in_analysis. | Yes |
Response
The response is a complete updated JSON of the investor.