Send Investor Registration for Analysis
Introduction
This resource aims to send a registration analysis for validation, where the registration data was filled in the Send registration data step.
Attention
The análise_cadastral occurs asynchronously. It is ideal to integrate to receive the webhooks that we send updating about status changes.
Input / Output:
There is no body as input for this resource. Just send the request in the format described below.
As output, the investor_analysis_key will be delivered. The investor_analysis_key is used to identify the updated registration analysis.
Request
ENDPOINT
/investor_registry/v2/investor/{investor_analysis_key}/investor_analysis/{investor_analysis_key}/send_to_analysisMETHOD
PUTSTATUS
202Response
Response Body
{
"investor_analysis_key": "UUID"
}