> For the complete documentation index, see [llms.txt](https://docs.mastersindia.co/goods-and-services-tax-gst-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mastersindia.co/goods-and-services-tax-gst-api/invoice-summary.md).

# Invoice summary

{% embed url="<https://www.mastersindia.co/contact-us/?products=GST%20API>" %}

<table><thead><tr><th width="195">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td><a href="https://api-platform.mastersindia.co/api/v1/saas-apis/invoice-summary/?screen_key=compare_data">https://api-platform.mastersindia.co/api/v1/saas-apis/invoice-summary/?screen_key=compare_data</a></td></tr><tr><td><strong>Method Type</strong></td><td>GET</td></tr><tr><td><strong>Post Parameters (JSON Format)</strong></td><td><p></p><pre><code>--header 'gstin: 27GSPMH0591G1ZK' \
--header 'month: 04' \
--header 'year: 2022-23' \
--header 'mode: Both' \
--header 'Authorization: JWT {{token}}' \
</code></pre></td></tr><tr><td><strong>Success Response</strong></td><td><p></p><pre class="language-javascript"><code class="lang-javascript">{
  "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"
}
</code></pre></td></tr></tbody></table>

{% embed url="<https://www.mastersindia.co/contact-us/?products=GST%20API>" %}
