Get GSTR-1 NIL Supplies

GET {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-1/nil/:year/:month

Get liabilities such as ‘Nil Rated’, ‘Exempted’, and ‘Non GST’ supplies for a return period.

HEADERS

KeyDatatypeRequiredDescription
authorizationstringJWT Authorization token
x-api-keystringPublic key required to authorize API access.
x-api-versionstring

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"status_cd\": \"0\",\n        \"error\": {\n            \"message\": \"No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect.\",\n            \"error_cd\": \"RET11416\"\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"