Skip to main content
POST
/
gst
/
compliance
/
tax-payer
/
e-invoices
/
{year}
/
{month}
/
purchases
Submit Job
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"
}

Headers

Authorization
string
required

Taxpayer access token

x-api-version
string
default:1.0.0

API version

x-api-key
string
required

API key for identification

Path Parameters

year
string
required

Year. E.g. 2024

month
string
required

Month. E.g. 04

Query Parameters

supply_type
string
required

Supply type. E.g. B2B, SEZWP, SEZWOP, DEXP, EXPWP, EXPWOP

Example:

"B2B"

Response

200 - application/json

200 Job created

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"0a5ff87f-74a9-479f-a219-add60764d1ae"