---
title: "List of All Purchase Invoice"
method: GET
path: "/purchase-invoice"
---

# List of All Purchase Invoice

`GET /purchase-invoice`

You can get list of purchase invoice documents. Optional data filter may be applied

## Query parameters

- `limit` integer
- `offset` integer
- `order` string
- `sort` string
- `start_invoice_date` string, date
- `end_invoice_date` string, date
- `start_due_date` string, date
- `end_due_date` string, date

## Headers

- `client_id` string
- `client_secret` string

## Response `200`

200

- object
  - `code` string
  - `message` string
  - `data` object[]
    - `uuid` string
    - `invoice_number` string
    - `company_id` string
    - `partner_id` string
    - `document_type_id` string
    - `invoice_date` string
    - `due_date` string
    - `status` string
    - `version` integer
    - `signature_text_header` string
    - `signature_text_footer` string
    - `created_at` string
    - `updated_at` string
    - `terms_and_conditions` string
    - `notes` string
    - `grand_total` integer
    - `subtotal` integer
    - `total_discount` integer
    - `tax_inclusive` integer
    - `tax_exclusive` integer
    - `custom_total_per_item` integer
    - `items` object[]
      - `product_name` string
      - `description` string
      - `sku` string
      - `uom` unknown
      - `quantity` integer
      - `price` integer
      - `discount` integer
      - `index` integer
      - `tax_type` string
      - `discount_amount` integer
      - `discount_percentage` integer
      - `discount_string` string
      - `total` integer
    - `partner` object
      - `uuid` string
      - `name` string
      - `email` string
      - `phone` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/paper/apis/version-1.md) · [All operations](https://skmtc.net/paper/apis/version-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paper/version-1/revisions/3c426ced31a3/schema)
