Get e-Invoice by Document Data
GET {{sandbox_host}}/gst/compliance/e-invoice/tax-payer/invoice?document_type=INV&document_number=DOC/999&document_date=01/01/2024
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
document_type | string | ||
document_number | string | ||
document_date | string |
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\": \"2154\",\n \"ErrorMessage\": \"IRN details are not found\"\n }\n ],\n \"InfoDtls\": null\n },\n \"timestamp\": {{$timestamp}}000\n}"