Cancel IRN

POST {{sandbox_host}}/gst/compliance/e-invoice/tax-payer/invoice/:irn/cancel

Request Body

{"Irn"=>"c70892f2468fcab5d0827a04ea0f55fab64edd553dc36a365e38440df443c3ef", "CnlRsn"=>"3", "CnlRem"=>"Wrong entry"}

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | | | authorization | string | | | | x-source | string | | | | x-proxy | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"Status\": 0,\n        \"Data\": null,\n        \"ErrorDetails\": [\n            {\n                \"ErrorCode\": \"2143\",\n                \"ErrorMessage\": \"Invoice does not belongs to the user GSTIN\"\n            }\n        ],\n        \"InfoDtls\": null\n    },\n    \"timestamp\": {{$timestamp}}000\n}"