---
title: "Consultar Facturas"
method: GET
path: "/facturas"
tags: ["Facturas"]
---

# Consultar Facturas

`GET /facturas`

## Query parameters

- `fechaDesde` string, required
- `fechaHasta` string, required
- `idEmpresa` integer, required
- `idSucursal` integer, required
- `idCompVenta` integer
- `tipoComp` string
- `nroComp` integer
- `letraComp` string
- `puntoVenta` integer
- `cliente` string
- `cuit` string
- `nroDoc` integer
- `nroPedido` integer
- `conCobro` boolean
- `anuladas` boolean
- `offset` integer
- `limit` integer

## Response `200`

200

- object
  - `paging` object
    - `total` integer
    - `offset` unknown
    - `limit` integer
  - `results` object[]
    - `id` integer
    - `id_cliente` integer
    - `id_empresa` integer
    - `nro_pto_vta` string
    - `id_personal` integer
    - `nro_doc` integer
    - `tipo_comp` string
    - `letra_comp` string
    - `nro_comp` integer
    - `fecha_comp` string
    - `nro_pedido` unknown
    - `referencia_pedido` unknown
    - `monto_exento` integer
    - `monto_gravado` number
    - `monto_iva` number
    - `monto_desc` integer
    - `monto_percepcion_impuesto` integer
    - `total` number
    - `apellido_razon_soc` string
    - `nombre` string
    - `cuit` unknown
    - `nro_cae_cai` string
    - `fecha_vencimiento_cae_cai` string
    - `detalles_json` string
    - `detalles_factura_json` unknown
    - `detalles_cobro_json` string
    - `anulada` string
    - `anulada_boolean` boolean
    - `fecha_registro` string
    - `detalles` object[]
      - `tmp_det_facturacion_id` unknown
      - `cod_item` string
      - `item` string
      - `ctd` integer
      - `precio_uni` number
      - `porc_desc` integer
      - `porc_iva` integer
      - `comentarios` unknown
      - `costo` integer
      - `nro_identificacion_trazable` unknown
      - `id_moneda` integer
      - `moneda` string
      - `cotizacion_moneda` integer
      - `cotizacion_dolar` integer
      - `id_lista_precio_venta` unknown
    - `detalles_factura` unknown
    - `detalles_cobro` object[]
      - `numero_punto_de_venta` integer
      - `numero_comprobante` integer
      - `personal` string
      - `caja` string
      - `detalles_mov_cobro` object[]
        - `tipo_de_valor` string
        - `referencia` string
        - `monto` integer
    - `presupuesto` object
      - `nro_presupuesto` integer
      - `estado` string
      - `observaciones` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/duxsoftware/apis/dux-api-v1.md) · [All operations](https://skmtc.dev/duxsoftware/apis/dux-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/duxsoftware/dux-api-v1/revisions/d99a90e12fee/schema)
