---
title: "Consultar Pedidos"
method: GET
path: "/pedidos"
tags: ["Pedidos"]
---

# Consultar Pedidos

`GET /pedidos`

Se utiliza para consultar los pedidos cargados en el sistema.

## Query parameters

- `offset` string
- `limit` integer
- `idEmpresa` integer, required
- `idSucursal` integer, required
- `fechaDesde` string, required
- `fechaHasta` string, required
- `personal` string
- `cliente` string
- `cuit` string
- `nroPedido` string
- `estadoFacturacion` string
- `estadoRemito` string
- `anulados` boolean

## Response `200`

200

- object
  - `paging` object
    - `total` integer
    - `limit` integer
  - `results` object[]
    - `id` integer
    - `id_cliente` integer
    - `cliente` string
    - `id_personal` integer
    - `personal` string
    - `id_empresa` integer
    - `id_sucursal` integer
    - `fecha` string
    - `observaciones` string
    - `monto_exento` string
    - `monto_gravado` string
    - `monto_iva` string
    - `monto_descuento` string
    - `total` string
    - `estado_facturacion` string
    - `estado_remito` string
    - `anulado` string
    - `anulado_boolean` boolean
    - `id_moneda` integer
    - `moneda` string
    - `cotizacion_moneda` string
    - `cotizacion_dolar` string
    - `nro_pedido` integer
    - `monto_percepcion_impuesto` string
    - `ctd_facturada` string
    - `ctd_con_remito` string
    - `ctd_facturada_con_remito` string
    - `detalles_json` string
    - `detalles` object[]
      - `cod_item` string
      - `item` string
      - `ctd` string
      - `precio_uni` string
      - `porc_desc` string
      - `porc_iva` string
      - `id_moneda` integer
      - `moneda` string
      - `cotizacion_moneda` string
      - `cotizacion_dolar` string
      - `ctd_facturada` string
      - `ctd_con_remito` string
      - `ctd_facturada_con_remito` string
      - `ctd_unidad_pesable` 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)
