Saltar al contenido principal

Identity Document Types

To consume this service, refer to the following link in the documentation:

GET/api/v1/parametricas/tipos-documento-de-identidadReturns the list of identity document types

This service also allows you to apply filters to obtain the data on the last date of update and if you also want to obtain the inactive identity document types.

Successful response: code 200

{
"status": "string",
"data": [
{
"codigo": 0,
"descripcion": "string"
}
]
}

Where:

  • codigo is the code that identifies the type of identity document.
  • descripcion is the literal description of the type of identity document.

Example data file contained in the Identity Document Types list.