---
title: "List Debit Note"
method: GET
path: "/debit-note"
---

# List Debit Note

`GET /debit-note`

## Query parameters

- `start_from` integer, required
- `size` integer, required
- `from_date` string, date
- `to_date` string, date
- `status` string
- `order_by` 'asc' | 'desc'
- `search` string

## Headers

- `api-token` string
- `x-api-key` string

## Response `200`

200

- object
  - `status` integer
  - `data` object
    - `total_count` integer
    - `data` object[]
      - `id` integer
      - `debit_note_number` string
      - `debit_note_date` string
      - `purchase_id` integer
      - `purchase_number` string
      - `pur_inv_date` string
      - `due_date` string
      - `tax_id1_type` string
      - `business_info` object
        - `id` integer
        - `pos` string
        - `city` string
        - `name` string
        - `addr1` string
        - `addr2` string
        - `email` string
        - `state` string
        - `mobile` string
        - `tax_no` string
        - `country` string
        - `pincode` string
        - `logo_url` string
      - `contact_id` integer
      - `business_branch_id` integer
      - `seller_branch_id` integer
      - `seller_tax_id` string
      - `seller_name` string
      - `seller_info` object
        - `supplier_id` integer
        - `supplier_city` string
        - `supplier_name` string
        - `supplier_addr1` string
        - `supplier_addr2` string
        - `supplier_gstin` string
        - `supplier_state` string
        - `business_country` string
        - `supplier_country` string
        - `supplier_pincode` string
        - `supplier_address_index` integer
        - `supplier_business_name` string
      - `billing_details` object
        - `bill_city` string
        - `bill_addr1` string
        - `bill_addr2` string
        - `bill_state` string
        - `bill_company` string
        - `bill_country` string
        - `bill_pincode` string
      - `shipping_details` object
        - `ship_city` string
        - `ship_addr1` string
        - `ship_addr2` string
        - `ship_state` string
        - `ship_company` string
        - `ship_country` string
        - `ship_pincode` string
      - `export_details` unknown
      - `items` object[]
        - `pid` integer
        - `sku` integer
        - `vid` integer
        - `rate` number
        - `units` string
        - `status` integer
        - `gst_amt` number
        - `added_by` integer
        - `added_on` string
        - `cess_amt` integer
        - `cess_per` integer
        - `cgst_amt` integer
        - `discount` integer
        - `gst_rate` string
        - `igst_amt` number
        - `quantity` integer
        - `sgst_amt` integer
        - `cess_type` string
        - `cgst_rate` integer
        - `igst_rate` string
        - `item_code` string
        - `item_name` string
        - `item_type` integer
        - `sgst_rate` integer
        - `expense_id` integer
        - `price_type` integer
        - `updated_by` integer
        - `updated_on` string
        - `extra_field` string
        - `taxable_amt` number
        - `expense_type` string
        - `item_total_amt` integer
        - `non_taxable_amt` integer
        - `converted_amount` integer
        - `item_description` string
        - `sale_customer_id` integer
        - `sale_customer_name` string
      - `pur_inv_others` string
      - `notes` string
      - `currency` string
      - `taxable_amount` string
      - `non_taxable_amount` string
      - `gst_amount` string
      - `adjust_amount` string
      - `addvalue_amount` string
      - `cess_amount` string
      - `total_amount` string
      - `payable_amount` string
      - `reverse_charge` integer
      - `spl_supply` integer
      - `basic_custom_duty` string
      - `counter_duty` string
      - `counter_duty_add` string
      - `tax_credit_type` integer
      - `gst_tax_credit` string
      - `added_on` string
      - `added_by` integer
      - `edit_log` object[]
        - `updated_by` integer
        - `updated_on` string
      - `tax_status` integer
      - `invoice_status` integer
      - `status` integer
      - `data_source` integer
      - `ip_address` string
      - `req_by` string
      - `apr_by` string
      - `rec_by` string
      - `auto_mode` integer
      - `extra1` unknown
      - `extra2` unknown
      - `extra3` integer
      - `extra4` unknown
      - `extra5` unknown
      - `type` integer
      - `purchase_order_id` integer
      - `seller_email` string
      - `seller_phone` string
      - `currency_info` string
      - `payout_info` string
      - `recon_details` string
      - `bill_number` string
      - `tds_info` unknown

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
