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.
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"
}Taxpayer access token
API version
API key for identification
Supply type. E.g. B2B, SEZWP, SEZWOP, DEXP, EXPWP, EXPWOP
"B2B"
Was this page helpful?