跳到主要内容

发送投资者注册数据


简介

本资源旨在向我们提供构成投资者注册分析的注册数据。

输入/输出:

注册数据根据创建投资者步骤中传递的数据有所变化。以下是每种变体应发送的数据示例。

作为输出,将返回 investor_keyinvestor_analysis_keyinvestor_analysis_key 用于标识已更新的注册分析investor_key 用于标识注册分析所属的投资者

Request

ENDPOINT
/investor_registry/v2/investor/{investor_key}/investor_analysis/{investor_analysis_key}/address
MÉTODO
PUT
STATUS
202
示例
Request Body
{
"street": "Sample",
"number": "000",
"neighborhood": "Sample",
"city": "Sample",
"postal_code": "00000-000",
"uf": "SP",
"country": "BRA",
"complement": "sample",
}

Body Params

字段类型描述字符数必填
streetstring街道1-255
numberstring门牌号1-10
neighborhoodstring社区1-255
citystring城市1-255
postal_codestring邮政编码9
ufstring州。例如:SP / CE / MG2
countrystring国家。例如:BRA / EUA / ARG3
complementstring补充信息1-255

Response

Response Body
{
"investor_key": "UUID",
"investor_analysis_key": "UUID"
}