创建人员
1. 请求令牌
ENDPOINT
/person/token_request方法
POST2. 令牌验证
ENDPOINT
/person/token_validation方法
POSTperson_creation 对象
| 字段 | 类型 | 描述 |
|---|---|---|
address | object | 人员地址 |
date_of_birth | string | 出生日期(格式 "YYYY-MM-DD") |
document_identification_number | string | 身份证件号码 |
email | string | 电子邮件地址 |
document_number | string | CPF(仅数字) |
is_pep | boolean | 是否为政治公众人物(PEP) |
mother_name | string | 母亲姓名 |
name | string | 人员姓名 |
nationality | string | 国籍 |
birth_place | string | 出生地 |
person_type | string | 人员类型(自然人或法人) |
phone_number | string | 电话号码 |