Register of Corrective Measures - RNMC
Description
Consultation of the National Register of Corrective Measures RNMC. Includes the fields of location, narrative and discharges. Find out if you have any outstanding fines, generated by non-compliance with the National Code of Security and Citizen Coexistence and thus establish whether or not you can move forward with the process of creating a company.
HTTP method POST
Endpoint
https://api.msla-id.com/experience-background-arrestwarrants-api-v1/api/idv-govcheck/v1/co-identity/corrective-measures-register
For testing purposes, use the base domain: apidev.msla-id.com
info
Before proceeding, make sure you have your jwt token, if you don't have it, check the login documentation.
Request header parameter
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| Authorization | ✅ | string | bearer jwt token |
Body request (*required)
| NAME | REQUIRED | TYPE | DESCRIPTION |
|---|---|---|---|
| documentType | ✅ | string | Document code. |
| documentNumber | ✅ | string | Cédula de Identidad/Passport. |
Status code responses
| Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad request |
| 401 | Unauthorized |
| 404 | Not found |
| 500 | Internal server error. |
The full documentation error codes can be found here.
Response 200 status code
{
"traceId": "2e379acdd054880e",
"timestamp": "2026-03-31 12:43:36",
"data": {
"status": "PRESENTA LOS SIGUIENTES REGISTROS:",
"fileNumber": null,
"format": "002",
"recordDate": null,
"department": "SANTANDER",
"municipality": "FLORIDABLANCA",
"article": "Art. 35 Comportamientos que afectan las relaciones entre las personas y las autoridades",
"infractionNumber": null,
"literal": "No aplica",
"appeal": "SI",
"locality": "C-2 CAÑAVERAL",
"facts": null,
"disclaimers": "el ciudadano manifiesta \" tengo el permiso para salir debido a mi razón social la cual me indica que puedo salir en las excepciones del decreto y debido a que es un negocio virtual puedo estar en cualquier lugar ejerciendo la labor.",
"correctiveMeasures": [
{
"measure": "Multa General Tipo 4",
"attribution": "INSPECTOR DE POLICÍA",
"value": "Treinta y dos (32) salarios mínimos diarios legales vigentes (smdlv)",
"status": "EN PROCESO",
"address": "CL 5 8 25",
"referredEntity": null
},
{
"measure": "Participación en programa comunitario o actividad pedagógica de convivencia",
"attribution": "COMANDANTE DE ESTACIÓN, SUBESTACIÓN, CAI, PERSONAL UNIFORMADO PONAL",
"value": "",
"status": "EN PROCESO",
"address": "",
"referredEntity": null
}
]
}
}
Response 400 status code
{
"traceId": "542fc743fffda052",
"timestamp": "2023-05-05 11:20:46",
"code": "IDV-4005",
"message": "-",
"data": null
}
Response 401 status code
{
"timestamp": "YYYY-MM-DDTHH:mm:ss.sssZ",
"status": 401,
"error": "Unauthorized",
"path": ""
}
Response 404 status code
{
"traceId": "ef2407b8c0df635c",
"timestamp": "2023-05-22 17:25:55",
"code": "IDV-1002",
"message": "Data not found."
}
Response 500 status code
{
"traceId": "43a20f33d4e8730d",
"timestamp": "yyyy-mm-dd HH:MM:SS",
"code": "IDV-1001",
"message": "A generic error has occurred.",
"data": null
}