Saltar al contenido principal

Currencies

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

GET/api/v1/parametricas/monedasReturns the list of currencies

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 currencies.

Successful response: code 200

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

Where:

  • codigo is the code that identifies the currency.
  • descripcion is the literal description of the currency.

Example data file contained in the Currencies list.