Get GSTR-2A IMPGSEZ

GET {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-2a/impgsez/:year/:month?from=10/12/2021

Get all amended credit/debit notes in GSTR-2A for a return period for authenticated taxpayer

Request Params

KeyDatatypeRequiredDescription
fromstring'optional' from which time taxpayer want Invoices

HEADERS

KeyDatatypeRequiredDescription
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
authorizationstring

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"status_cd\": \"0\",\n        \"error\": {\n            \"message\": \"No Record found for the provided Inputs\",\n            \"error_cd\": \"RET13510\"\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"