Skip to main content
GET
/
impuestos
Obtener impuestos
curl --request GET \
  --url https://rest.yafacture.com/impuestos \
  --header 'x-api-key: <api-key>'
[
  {
    "emisorId": "<string>",
    "impuestosCalculosId": "<string>",
    "fechaImpuesto": 123,
    "editable": true,
    "fechaCreacion": "2023-11-07T05:31:56Z",
    "fechaActualizacion": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

X-API-Key authentication header for the development token generated in Yafacture

Query Parameters

year
string
required
month
string
required

Response

emisorId
string
required

Identificador único del emisor

impuestosCalculosId
string
required

Identificador único del cálculo de impuestos

fechaImpuesto
number
required

Fecha del impuesto (timestamp)

editable
boolean
default:true
required

Indica si el impuesto es editable

fechaCreacion
string<date-time>
required

Fecha de creación del registro

fechaActualizacion
string<date-time>
required

Fecha de última actualización del registro