List Purchase e-Invoices Job

POST {{sandbox_host}}/gst/compliance/tax-payer/e-invoices/:year/:month/purchases?supply_type=B2B

Request Params

| Key | Datatype | Required | Description | | supply_type | string | | |

HEADERS

| Key | Datatype | Required | Description | | x-api-key | string | | | | x-api-version | string | | | | authorization | string | | |

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"month\": \"10\",\n        \"year\": \"2024\",\n        \"job_id\": \"412a22ee-2096-4ead-b06b-55143f560903\",\n        \"supply_type\": \"B2B\",\n        \"recipient_gstin\": \"29AAACQ3770E000\",\n        \"@entity\": \"in.co.sandbox.gst.compliance.e-invoice.list.job\",\n        \"status\": \"created\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"