跳到主要内容

重新发送信贷合同关联方文件

请求

ENDPOINT
/debt/DEBT-KEY/related_party/RELATED-PARTY-KEY/attached_document
MÉTODO
POST
请求体
{
"document_identification": "2893fc74-88fd-4cc9-a5c6-8a63d9d00f41",
"document_identification_back": "e881ddf4-bc9a-48e0-9555-cac979f65431",
"wedding_certificate": "955a0e36-1abd-4efd-868a-f0b3d53bc585",
"proof_of_residence": "ea5f7b08-77fd-4adb-8bf5-f86379c28ee3",
"company_statute": "150292ad-be66-4ba0-a306-0ceda20616f0",
"directors_election_minute": "ca37979e-6f11-4465-bf3b-69cd8307549c",
"insurance_agreement":"4be38197-e8a9-4c96-882d-99e38a7199a7"
}

路径参数

字段类型描述
debt_key *string操作的 debt_key。
related_party_key *string需要发送文件的关联方的密钥。

请求体参数

字段类型描述字符数
document_identificationstringperson_type 为"natural"时的身份证或驾驶证正面。uuid 密钥
document_identification_backstringperson_type 为"natural"时的身份证或驾驶证背面。uuid 密钥
wedding_certificatestringperson_type 为"natural"时的结婚证。uuid 密钥
proof_of_residencestringperson_type 为"natural"时的居住证明。uuid 密钥
company_statutestringperson_type 为"legal"时的公司章程。uuid 密钥
insurance_agreementstring信贷操作保险合同证据。uuid 密钥

响应

STATUS
201
响应体
"
{}
"
STATUS
400
响应体
{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}