v1

latestOpenAPI 3.1.02026-08-045901.5 MB

List Debit Note

get/debit-note

Query parameters

start_frominteger required

Starting index for pagination

sizeinteger required

Number of records to display per page

from_datestring date

Start date for filtering

to_datestring date

End date for filtering

statusstring

Used to filter deleted records

order_by'asc' | 'desc'

Sorting order of the column

searchstring

Keyword or text to search

Headers

api-tokenstring

Generate token from authentication api

x-api-keystring

This will shared while register

Response

200

statusinteger

Example response

{
  "status": 200,
  "data": {
    "total_count": 222,
    "data": [
      {
        "id": 629,
        "debit_note_number": "2025-38",
        "debit_note_date": "2025-04-21",
        "purchase_id": 3309,
        "purchase_number": "in67",
        "pur_inv_date": "2025-04-21",
        "due_date": "2025-04-21",
        "tax_id1_type": "2",
        "business_info": {
          "id": 413,
          "pos": "DAMAN AND DIU",
          "city": "MOTI",
          "name": "STOCK HOLDING CORPORATION OF INDIA LIMITED",
          "addr1": "ESTAMPING OFFICE, PWD, DIVISION -1",
          "addr2": "NEAR FATIMA CONVENT SCHOOL",
          "email": "test87899@gmail.com",
          "state": "DAMAN AND DIU",
          "tax_no": "25AABCS1429B1ZY",
          "country": "INDIA",
          "pincode": "396220"
        },
        "contact_id": 4892,
        "business_branch_id": 1,
        "seller_branch_id": 2,
        "seller_tax_id": "27AACCH8930K1Z9",
        "seller_name": "Gstin_product",
        "seller_info": {
          "supplier_id": 4892,
          "supplier_name": "Gstin_product",
          "supplier_addr1": "1ST FLOOR, DGP HOUSE, 88C",
          "supplier_addr2": "OLD PRABHADEVI ROAD, DADAR",
          "supplier_gstin": "27AACCH8930K1Z9",
          "supplier_state": "MAHARASHTRA",
          "business_country": "india",
          "supplier_country": "INDIA",
          "supplier_pincode": "400025",
          "supplier_business_name": "FASHION TRENDS"
        },
        "billing_details": {
          "bill_city": "MOTI",
          "bill_addr1": "ESTAMPING OFFICE, PWD, DIVISION -1",
          "bill_addr2": "NEAR FATIMA CONVENT SCHOOL",
          "bill_state": "DAMAN AND DIU",
          "bill_company": "Billing Company",
          "bill_country": "INDIA",
          "bill_pincode": "396220"
        },
        "shipping_details": {
          "ship_city": "MOTI",
          "ship_addr1": "ESTAMPING OFFICE, PWD, DIVISION -1",
          "ship_addr2": "NEAR FATIMA CONVENT SCHOOL",
          "ship_state": "DAMAN AND DIU",
          "ship_company": "Shipping Company",
          "ship_country": "INDIA",
          "ship_pincode": "396220"
        },
        "items": [
          {
            "pid": 2991,
            "sku": 99235,
            "vid": 1,
            "rate": 95.71428571428571,
            "units": "UNT-UNITS",
            "status": 1,
            "gst_amt": 4.285714285714286,
            "added_by": 1,
            "added_on": "2025-04-21 05:42:21",
            "gst_rate": "5",
            "igst_amt": 4.285714285714286,
            "quantity": 1,
            "cess_type": "flat_value",
            "igst_rate": "5",
            "item_code": "220421",
            "item_name": "test & new/one | test new one",
            "item_type": 1,
            "expense_id": 381,
            "updated_by": 1,
            "taxable_amt": 85.71428571428571,
            "expense_type": "purchase of traded goods",
            "item_total_amt": 100,
            "non_taxable_amt": 10,
            "converted_amount": 100
          }
        ],
        "pur_inv_others": "null",
        "currency": "INR",
        "taxable_amount": "85.714285714286",
        "non_taxable_amount": "10",
        "gst_amount": "4.2857142857143",
        "adjust_amount": "10",
        "addvalue_amount": "0",
        "cess_amount": "0",
        "total_amount": "110",
        "payable_amount": "110",
        "basic_custom_duty": "0",
        "counter_duty": "0",
        "counter_duty_add": "0",
        "gst_tax_credit": "0",
        "added_on": "2025-04-21 11:10:32",
        "added_by": 2051784300,
        "edit_log": [
          {
            "updated_by": 2051784300,
            "updated_on": "2025-04-21 11:11:00"
          }
        ],
        "tax_status": 1,
        "invoice_status": 1,
        "status": 1,
        "data_source": 1,
        "ip_address": "172.31.1.164",
        "req_by": "[[]]",
        "apr_by": "[[]]",
        "rec_by": "[[]]",
        "auto_mode": 1,
        "type": 1,
        "purchase_order_id": 1134,
        "seller_email": "testone@gmail.com",
        "seller_phone": "8098564590",
        "currency_info": "{\"to\": \"INR\", \"from\": \"INR\", \"currency_rate\": 1, \"converted_amount\": 110, \"currency_default_rate\": 1}",
        "payout_info": "{}",
        "recon_details": "[{\"amount\": 100, \"contact_id\": 4892, \"entry_date\": \"2025-04-21\", \"description\": \"\", \"purchase_id\": 3309, \"transaction_type\": \"Purchase\"}]",
        "bill_number": "2025-139"
      }
    ]
  }
}