Skip to main content

Send Signed Operation Documents

This endpoint allows sending externally signed contracts to the bookkeeping system by sending a base64 that will be analyzed and approved by the bookkeeper.

Warning

This endpoint should only be used for operations that use the client_side signature type or for sending the approval minutes for SA or Cooperative companies. For the flow via QI Sign or Certifiqi, contracts are generated normally.


Send Signed Operation (POST)

Request

ENDPOINT
/commercial_paper/operation/OPERATION-KEY/upload_signed_document
METHOD
POST

Path Params

FieldTypeDescriptionCharacters
OPERATION-KEYstringUnique operation key (UUID v4).36

Request Body

Request Body
{
"contract_base64": "image_b64",
"contract_type": "sa_minute"
}

Response Body Params

FieldTypeDescriptionMax Characters
contract_type *stringType of signed contractcontract_type Enumerators
contract_base64 *stringSigned contract in base64

contract_type Enumerators

EnumDescription
commercial_paperCommercial paper constitutive term.
adhesion_termCommercial paper adhesion term.
sa_minuteCommercial paper issuance approval minutes for SA company.
ltda_minuteCommercial paper issuance approval minutes for LTDA company.

Response

The response body is a complete JSON of the updated operation.