转让方查询
按标识键查询转让方
Request
ENDPOINT
/assignor_registry/assignor_registry/ASSIGNOR_REGISTRY_KEYMÉTODO
GETResponse
STATUS
200Response Body
{
"assignor_registry_key": "c4295375-4077-4092-a258-5bcdf8875907",
"status": "registred",
"name": "QI CTVM",
"document_number": "67.987.787/0001-06",
"person_type": "legal_person",
"email": "qidtvm@qitech.com.br",
"annual_revenues": 1000000,
"is_in_national_financial_system": true,
"address": {
"street": "Rua Maria Carolina",
"number": "624",
"neighborhood": "Jardim Paulistano",
"city": "São Paulo",
"postal_code": "01445-000",
"uf": "SP",
"country": "BRA"
},
"phone": {
"international_dial_code": "+55",
"area_code": "11",
"number": "936360268"
},
"related_parties": [
{
"name": "Natália Nascimento",
"document_number": "883.512.866-80",
"related_party_type": "attorney",
"nationality": "BRA",
"direct_beneficiary": true,
"is_representative": true,
"email": "natalia.nascimento@yopmail.com"
}
],
"last_analysis": {
"analysis_key": "d7805a05-98a7-486b-a440-807f1d3d5691",
"analysis_number": 1,
"status": "pending_documents",
"analysis_related_parties": [],
"documents": [],
"analysis_data": {}
}
}
转让方对象
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
assignor_registry_key | string | 注册标识符。 | 36 |
name * | string | 转让方名称。 | 1 至 255 |
document_number * | string | 转让方文件编号(CNPJ)。 | 14 至 18 |
status | 枚举值 | 注册状态。 | 14 至 18 |
annual_revenues * | number | 转让方的年营收声明(整数)。 | 最小值为 1 |
person_type * | string | 转让方的人员类型(自然人或法人)。 | - |
email * | string | 转让方的电子邮件地址。 | 1 至 255 |
is_in_national_financial_system * | boolean | 表示转让方是否为 SFN 成员。 | - |
phone | object | 转让方电话信息对象。 | 请参见**电话定义**。 |
address * | object | 转让方地址信息对象。 | 请参见**地址定义**。 |
related_parties * | array | 公司关联方列表。 | 请参见**关联方定义**。 |
accounts * | array | 转让方还款账户列表。 | 请参见**账户定义**。 |
guarantors * | array | 转让方担保人列表。 | 请参见**担保人定义**。 |
分页查询转让方列表
Request
ENDPOINT
/assignor_registry/assignor_registriesMÉTODO
GETPath params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
name | string | 转让方名称 | 1-255 |
document_number | string | 转让方文件编号 | 1-18 |
assignor_registry_status | string | 转让方状态 | 1-255 |
analysis_status | string | 最新审查状态 | 1-255 |
limit | integer | 对象数量限制 | - |
page | integer | 请求页码 | - |
Response
STATUS
200Response Body
{
"data": [
{
"assignor_registry_key": "c4295375-4077-4092-a258-5bcdf8875907",
"status": "registred",
"name": "QI CTVM",
"document_number": "67.987.787/0001-06",
"person_type": "legal_person",
"email": "qidtvm@qitech.com.br",
"annual_revenues": 1000000,
"is_in_national_financial_system": true,
"last_analysis": {
"analysis_key": "d7805a05-98a7-486b-a440-807f1d3d5691",
"analysis_number": 1,
"status": "pending_documents"
}
}
],
"limit": 10,
"page": 0,
"is_last_page": true
}
查询转让方签署人
Request
ENDPOINT
/assignor_registry/assignor_registry/ASSIGNOR_REGISTRY_KEY/signersMÉTODO
GETResponse
Response Body
{
"signer_groups": [
{
"signers": [
{
"name": "Natália Nascimento",
"document_number": "883.512.866-80",
"email": "natalia.nascimento@yopmail.com",
"is_required_signer": true,
},
{
"name": "Roberto Carlos",
"document_number": "802.834.257-41",
"email": "roberto.carlos@yopmail.com",
"is_required_signer": true,
}
],
"minimum_required_signers": 2,
"expiration": "2025-10-20"
}
]
}
签署人组对象
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
signers | array | 组内签署人标识。 | - |
minimum_required_signers | number | 将文件视为已签署所需的最少签署人数。 | - |
expiration | date | 签署人组的到期日(可选)。 | 10(格式:YYYY-MM-DD) |
签署人组在内部根据提交文件的审查以及代表与转让方之间经证明的关联关系构建。