---
title: "Lista las facturas de venta registradas."
method: GET
path: "/api/Ventas/Listar"
tags: ["Ventas"]
---

# Lista las facturas de venta registradas.

`GET /api/Ventas/Listar`

## Query parameters

- `empresa` string
- `usuario` string
- `password` string
- `tnsapitoken` string
- `codsucursal` string
- `filtro` string

## Response `200`

OK

- FacturaVentaList[]
  - `kardexid` string — ID de la factura de venta.
  - `codcomp` string — Codigo.
  - `codprefijo` string — Prefijo.
  - `numero` string — Numero.
  - `fecha` string — Fecha de creación.
  - `hora` string — Hora de creación.
  - `codter` string — Codigo del cliente.
  - `nomter` string — Nombre del cliente.
  - `neto` string — Valor neto.
  - `fecasentad` string — Fecha de asentado.
  - `codvend` string — Codigo del vendedor.
  - `nomvend` string — Nombre del vendedor.

---

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