Companies
Update Company Document
Updates an existing document associated with a specific company.
patch/companies/{company_id}/document
Path parameters
company_idstring required
Example:6827206b1ec60400015eb09a
The unique identifier of the company.
Headers
Accept-Language'es' | 'en'
Use for knowing which language to use
Request body
Example request
{
"file_classification": "id_legal_representative",
"content_type": "application/pdf",
"international": false,
"file_name": "example_document.pdf",
"file_data": "VGhpcyBpcyBhIHRlc3QgZmlsZSBkYXRhIGluIGJhc2UgNjQu"
}Response
Document updated successfully.