Skip to main content

Update the Status of a Credit Analysis

Request Body: To mark the credit as disbursed
{
"credit_proposal_status": "disbursed",
"event_date": "2021-11-05T13:34:12-03:00"
}

To ensure feedback for the rules and the implemented AI model, it is necessary to inform the system when operations are carried out. For this, PUT requests should be used and authenticated:

  • Natural Person:

PUT https://api.caas.qitech.app/credit_analysis/natural_person/12345678

  • Legal Person:

PUT https://api.caas.qitech.app/credit_analysis/legal_person/12345678