Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter Name

Data Type

Description

Mandatory

referenceNo

String

Unique Identifier for which Invoice is being generated

Yes

invoiceId

String

Invoice Id for the Invoice generated

Yes

documentUrl

String

Downloadable URL of the InvoicePDF

Yes

invoiceDate

Date

Invoice Time

Yes

FAQs

For E-Invoice generation, will the same API be used?

Yes, the same API will be used. You will get the additional e-invoice applicable fields in the response such as IRN, QR code etc. Refer the below sample response for E-Invoice.

Is it mandatory to make the Compute Tax API call before the Create Invoice API call?

It is mandatory to make the Compute Tax API call before the Create Invoice API call if you are not passing the tax details in the request payload of the create invoice API call.

If you are passing the tax details in the request payload of the Create Invoice API call, then the Compute Tax call is not required to be made.