Contract
Create contract
Create a new contract
- Create a new contract with the provided details
- Crie um novo contrato com os detalhes fornecidos
post/contracts
Request body
Example request
{
"content": "base64-cGFja2FnZSBtYWluCgppbXBvcnQgKAoJImxvZyIK",
"name": "contract-1",
"proposal_id": 1
}Response
Created
Example response
{
"accepted_at": "2024-09-06T17:37:43.464658136Z",
"approved_user_id": 1,
"contract_link": "https://storage.googleapis.com/bucket-contract/contract-1",
"contract_name": "contract-1",
"created_at": "2020-01-01 12:00:00",
"id": 1,
"proposal_id": 1,
"status": "UPLOADED",
"storage_file_name": "contract-1",
"updated_at": "2020-01-01 12:00:00",
"user_id": 1
}