cURL
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/e-invoices/{year}/{month}/sales \ --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": "6ac134f4-0ad3-4b76-8a79-41f817419c29", "month": "10", "status": "created", "supplier_gstin": "29AAACQ3770E000", "supply_type": "B2B", "year": "2024" }, "timestamp": 1763446641000, "transaction_id": "56083b39-02bc-41f8-951a-6269df5c3410" }
Submit a job to get list of sales 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
"in.co.sandbox.gst.compliance.e-invoice.list.job"
"6ac134f4-0ad3-4b76-8a79-41f817419c29"
"10"
"created"
"29AAACQ3770E000"
"2024"
1763446641000
"56083b39-02bc-41f8-951a-6269df5c3410"
Was this page helpful?