Send Signed Approval Minutes
This endpoint allows sending externally signed approval minutes for SA or LTDA companies to the bookkeeping system by sending a base64 that will be analyzed and approved by the bookkeeper.
Send Signed Operation (POST)
Request
ENDPOINT
/commercial_paper/operation/OPERATION-KEY/upload_signed_documentMETHOD
POSTPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
OPERATION-KEY | string | Unique operation key (UUID v4). | 36 |
Request Body
Request Body
{
"contract_base64": "image_b64",
"contract_type": "sa_minute"
}
Response Body Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
contract_type * | string | Type of signed contract | contract_type Enumerators |
contract_base64 * | string | Signed contract in base64 |
contract_type Enumerators
| Enum | Description |
|---|---|
sa_minute | Commercial paper issuance approval minutes for SA company. |
coo_minute | Commercial paper issuance approval minutes for COOPERATIVE company. |
Response
The response body is a complete JSON of the updated operation.