Request body for uploading a company document.
| Name | Type | Description | Notes |
|---|---|---|---|
| fileClassification | FileClassificationEnum | Classification of the document. | Tipo de archivo |
| contentType | String | MIME type of the file. Allowed values depend on the `file_classification`. - `image/jpeg` - `image/png` - `application/pdf` | |
| international | Boolean | Indicates if the document is international. Defaults to false. | [optional] |
| fileName | String | Name of the file being uploaded. | |
| fileData | byte[] | Base64 encoded content of the file. |
| Name | Value |
|---|---|
| ID_LEGAL_REPRESENTATIVE | "id_legal_representative" |
| ID_LEGAL_REPRESENTATIVE_BACK | "id_legal_representative_back" |
| CFDI | "cfdi" |
| CONSTITUTIVE_ACT_BASIC | "constitutive_act_basic" |
| PROOF_OF_ADDRESS | "proof_of_address" |
| POWER_OF_ATTONERY | "power_of_attonery" |
| DEPOSIT_ACCOUNT_COVER | "deposit_account_cover" |
| PERMIT_CASINO | "permit_casino" |
| LICENSE_SANITATION | "license_sanitation" |
| REGISTRATION_TOURISM | "registration_tourism" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |