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,
  options?: RequestOptions,
): Promise<GetBillEventsResponse>

Endpoint Factus

GET /v2/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);

Respuesta

Prop

Type

En esta página