Requisição
Forneça seu token bearer no cabeçalho Authorization
ao fazer requisições para recursos protegidos. Exemplo:Authorization: Bearer ********************
Parâmetros Bodyapplication/json
{
"client_uuid": "00e042d2-71c1-57be-960f-93d248ea6d3d",
"fund_uuid": "0a0064f1-e719-5f99-92c0-04e78d883dbe",
"organization_uuid": "c0b61bfd-0eda-5694-87c3-d049a9684b19",
"endorser_uuid": "648cb62a-4d0d-5d2d-a657-174246789969",
"released_value": 5000.00,
"should_notify_client": false,
"guarantors": [],
"request_options": [
{
"interest_rate": 0.015,
"number_of_installments": 12,
"payment_frequency": "monthly"
}
]
}
Respostas
application/json {
"uuid": "bcaa44b9-8b00-495e-831f-fb7d9451337f"
}
Modificado em 2025-05-16 13:51:33