Skip to main content

Atualizar um Cadastro

Request Body: In the case of blocking a registration due to fraud or suspected fraud
{
"client_status": "fraud_blocked",
"event_date": "2019-11-05T13:34:12-03:00"
}
Request Body: In the case of blocking a registration due to default
{
"client_status": "default_blocked",
"event_date": "2019-11-05T13:34:12-03:00"
}
Request Body: In case of registration cancellation requested by the client
{
"client_status": "cancelled",
"event_date": "2019-11-05T13:34:12-03:00"
}

To ensure the feedback loop of the rules and the artificial intelligence model, it is necessary to notify the system when Registrations go through changes, such as when they are blocked or canceled. The status used for these changes is client_status, which must be updated whenever there are changes in the client’s lifecycle. For this, requests using the PUT method, authenticated as usual, should be used, and the statuses must follow the previously detailed standard:

  • Natural Person:

PUT https://api.caas.qitech.app/onboarding/natural_person/123456

  • Legal Person:

PUT https://api.caas.qitech.app/onboarding/legal_person/123456