Invoice summary

NameDescription

URL

Method Type

GET

Post Parameters (JSON Format)

--header 'gstin: 27GSPMH0591G1ZK' \
--header 'month: 04' \
--header 'year: 2022-23' \
--header 'mode: Both' \
--header 'Authorization: JWT {{token}}' \

Success Response

{
  "success": true,
  "data": {
    "b2cs": {
      "invoice_type": "B2CS",
      "invoice_count": 1,
      "invoice_value": 112,
      "taxable_value": 100,
      "total_tax": 12
    },
    "b2cl": {
      "invoice_type": "B2CL",
      "invoice_count": 2,
      "invoice_value": 672000,
      "taxable_value": 600000,
      "total_tax": 72000
    },
    "b2b": {
      "invoice_type": "B2B",
      "invoice_count": 5,
      "invoice_value": 560,
      "taxable_value": 500,
      "total_tax": 60
    },
    "hsn": {
      "invoice_type": "HSN",
      "invoice_value": 672872,
      "taxable_value": 600800,
      "total_tax": 72072
    },
    "nil_rated": {
      "invoice_type": "NIL",
      "nil_supply": 200,
      "exempted_supply": 0,
      "non_gst_supply": 0
    },
    "doc": {
      "invoice_type": "DOC ISSUE",
      "total_issued": 10,
      "cancelled": 0,
      "net_issued": 10
    }
  },
  "message": "Success"
}

Last updated