factus-js iconfactus-js
Facturas

Obtener eventos RADIAN

Obtener la lista de eventos RADIAN registrados en una factura.

Firma del método

getEvents(number: string): Promise<GetInvoiceEventsResponse>

Endpoint Factus

GET /v1/bills/{number}/radian/events

Fuente oficial: Eventos de facturas

Parámetros

Prop

Type

Ejemplo

const response = await factus.bills.getEvents("SETP990000203");
console.log(response.data);

Ejemplo de respuesta

Ver respuesta oficial: Ejemplo de respuesta

En esta página