cURL
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/e-invoices/{year}/{month}/purchases \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
{ "code": 200, "data": { "@entity": "in.co.sandbox.gst.compliance.e-invoice.list.job", "job_id": "412a22ee-2096-4ead-b06b-55143f560903", "month": "10", "recipient_gstin": "29AAACQ3770E000", "status": "created", "supply_type": "B2B", "year": "2024" }, "timestamp": 1763446641000, "transaction_id": "0a5ff87f-74a9-479f-a219-add60764d1ae" }
Submit a job to get list of purchase e-Invoice details for the specified return period.
Taxpayer access token
API version
API key for identification
"{{year}}"
"{{month}}"
Supply type. E.g. B2B, SEZWP, SEZWOP, DEXP, EXPWP, EXPWOP
"B2B"
200 Job created
200
Show child attributes
1763446641000
"0a5ff87f-74a9-479f-a219-add60764d1ae"
Was this page helpful?