Skip to main content
GET
/
v1
/
gst
/
tax-payer
/
ledgers
/
cash
Cash Ledger
curl --request GET \
  --url https://production.deepvue.tech/v1/gst/tax-payer/ledgers/cash \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "fr_dt": "<string>",
    "to_dt": "<string>",
    "cl_bal": {
      "igstbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "sgstbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "cessbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "tot_rng_bal": 123,
      "cgstbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "desc": "<string>"
    },
    "gstin": "<string>",
    "tr": [
      {
        "sgst": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "refNo": "<string>",
        "dpt_dt": "<string>",
        "sgstbal": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "cessbal": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "cgst": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "cess": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "tot_rng_bal": 123,
        "igst": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "tr_typ": "<string>",
        "ret_period": "<string>",
        "rpt_dt": "<string>",
        "igstbal": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "dpt_time": "<string>",
        "tot_tr_amt": 123,
        "cgstbal": {
          "intr": 123,
          "oth": 123,
          "tx": 123,
          "fee": 123,
          "pen": 123,
          "tot": 123
        },
        "desc": "<string>"
      }
    ],
    "op_bal": {
      "igstbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "sgstbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "cessbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "cgstbal": {
        "intr": 123,
        "oth": 123,
        "tx": 123,
        "fee": 123,
        "pen": 123,
        "tot": 123
      },
      "tot_rng_bal": 123,
      "desc": "<string>"
    }
  },
  "code": 123,
  "timestamp": 123,
  "transaction_id": "<string>"
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

gstin_number
string
required
from_date
string
required
to_date
string
required

Response

Successful Response

data
CashLedgerData · object
required
code
integer
required
timestamp
integer
required
transaction_id
string
required