Resend related party documents for the credit contract
Request
ENDPOINT
/debt/DEBT-KEY/related_party/RELATED-PARTY-KEY/attached_documentMETHOD
POSTRequest Body
{
"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"
}
PATH PARAMS
Field | Type | Description |
---|---|---|
debt_key * | string | Operatio debt_key |
related_party_key * | string | Key of the related party to whom the documents will be sent. |
BODY PARAMS
Field | Type | Description | Characters |
---|---|---|---|
document_identification | string | Front side of RG or CNH for person_type "natural" | chave uuid |
document_identification_back | string | Back side of RG or CNH for person_type "natural". | chave uuid |
wedding_certificate | string | Marriage certificate for person_type "natural". | chave uuid |
proof_of_residence | string | Proof of residence for person_type "natural". | chave uuid |
company_statute | string | Articles of association for person_type "legal". | chave uuid |
directors_election_minute | string | Board of directors election minutes for person_type "legal".. | uuid key |
Response
STATUS
201Response Body
"
{}
"
STATUS
400Response Body
{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}