GSTR-1 HSN Summary

GSTR-1 is a sales return that is required to be filed by every GST-registered person or entity. Sandbox API for getting HSN summary of GSTR1 data of authenticated taxpayers.

Overview

  • Get HSN summary for GSTR-1 data for the authenticated taxpayer (gstin) for a particular year and month.

Endpoint

HTTP MethodResource
Get/gsp/tax-payer/{gstin}/gstrs/gstr-1/hsn/{year}/{month}

API Endpoint  Contact Us  Free Trial

Path Parameters

ParamTypeDescriptionExample
gstinstring15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime22AAAAA0000A1Z5
yearstringYear for which Advance Tax needs to be fetched.2020
monthstringMonth for which Advance Tax needs to be fetched.01

Once the values are added, Your curl will look something like this

curl --request GET \
     --url https://api.sandbox.co.in/gsp/tax-payer/22AAAAA0000A1Z5/gstrs/gstr-1/hsn/2020/01 \
     --header 'Authorization: xxxxxxxxxx' \
     --header 'accept: application/json' \
     --header 'x-api-key: xxxxxxxxxx' \
     --header 'x-api-version: 1.0'

❗️

Test Environment Not Available


Response

The response includes the following GSTR-1 HSN summary details below

ParamTypeDescriptionExample
samtnumSGST Amount as per invoice21472.37
valnumTotal value1827360.62
uqcstringUQC (Unit of Measure) of goods soldUNT
txvalnumTaxable value of Goods or Service as per invoice1548610.59
qtynumQuantity of goods sold1
numnumSerial Number1
camtnumCGST Amount as per invoice21472.37
hsn_scstringHSN of Goods or Services as per Invoice line items998222
iamtnumIGST Amount as per invoice235805.29
descstringDescription of goods soldTax Filing and API services
csamtnumCess Amount as per invoice1000.00

Response Caching

Response caching is not available for this API. Learn more about our response caching mechanism here

Wallet Charges

Since GSTR-1 HSN Summary is not a Paid API, no wallet charge will take place.

Versioning

This API is currently in major version 1.0. Refer to our versioning policies here