Skip to main content

Resend related party documents for the credit contract

Request

ENDPOINT
/debt/DEBT-KEY/related_party/RELATED-PARTY-KEY/attached_document
METHOD
POST
Request 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

FieldTypeDescription
debt_key *stringOperatio debt_key
related_party_key *stringKey of the related party to whom the documents will be sent.

BODY PARAMS

FieldTypeDescriptionCharacters
document_identificationstringFront side of RG or CNH for person_type "natural"chave uuid
document_identification_backstringBack side of RG or CNH for person_type "natural".chave uuid
wedding_certificatestringMarriage certificate for person_type "natural".chave uuid
proof_of_residencestringProof of residence for person_type "natural".chave uuid
company_statutestringArticles of association for person_type "legal".chave uuid
directors_election_minutestringBoard of directors election minutes for person_type "legal"..uuid key

Response

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