Get GSTR-2A CDNA
GET {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-2a/cdna/:year/:month
Get all amended credit/debit notes in GSTR-2A for a return period for authenticated taxpayer
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| counterparty_gstin | string | optionalCounter party GSTIN | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| x-api-key | string | Public key required to authorize API access. | |
| x-api-version | string | ||
| authorization | string | 
RESPONSES
status: OK
"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"status_cd\": \"0\",\n        \"error\": {\n            \"message\": \"No document found for the provided Inputs\",\n            \"error_cd\": \"RET13509\"\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"