- Credit
- Get Started
- Get Started APP
- Api Reference
- Auth
- Users
- Clients
- Banks
- Files
- search
- fInd
- audits
- list-by-organization
- get-me
- required-fields
- basic-create
- create
- create-legal
- update
- update-legal
- get-client-banks
- get-client-operations
- get-client-requests
- get-client-files
- finalize-registration
- change-status
- change-client-group
- change-client-user
- reset-password
- update-client-representative
- credit-analysis-validation
- additional-information
- create-client-from-onboarding
- client-validation
- Requests
- Operations
- required-fieldsGET
- searchPOST
- findGET
- auditPOST
- createPOST
- simulatePOST
- updatePUT
- deleteDELETE
- filesGET
- resend-notificationGET
- update-deadline-atPATCH
- add-signatoriesPOST
- remove-signatoryDELETE
- cancel-documentPATCH
- finish-documentPATCH
- reprocess-current-statusPOST
- change-statusPOST
- update-status-to-grantPOST
- update-status-to-endorsementPOST
- update-status-to-approvalPOST
- operation-statusGET
- Credit Analysis
- Supplires
- Auth
- Enums
simulate
POST
/api/v1/operations/simulate
Requisição
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Exemplo:
Authorization: Bearer ********************
Parâmetros Header
Accept
string
opcional
Padrão:
application/json
Content-Type
string
opcional
Padrão:
application/json
Parâmetros Bodyapplication/json
organization_uuid
string
requerido
endorser_uuid
string
requerido
calculation_method
enum<string>
requerido
Valores permitidos:
price_tableamerican_tablebullet_tablesac_table
person_type
string
requerido
released_value
string
requerido
first_due_date
string
requerido
number_of_installments
integer
requerido
interest_rate
integer
requerido
periodicity
enum<string>
requerido
Valores permitidos:
monthlyfortnightlyweeklydailybiweeklyyearlyquarterlysemi_annuallyannually
modality
enum<string>
requerido
Valores permitidos:
FINF
Exemplo
{
"organization_uuid": "c0b61bfd-0eda-5694-87c3-d049a9684b19",
"endorser_uuid": "84f91585-a3cd-5b60-8caa-80d474d7415b",
"calculation_method": "price_table",
"person_type": "PF",
"released_value": "1000",
"first_due_date": "2025-04-19",
"number_of_installments": 1,
"interest_rate": 0.1,
"periodicity": "monthly",
"modality": "FI"
}
Respostas
🟢201Success
text/html
Body
object {0}
Modified at 2025-03-19 18:26:25