...
Parameter Name | Data Type | Description | Mandatory |
| String | Unique Identifier for which Invoice is being generated | Yes |
| String | Invoice Id for the Invoice generated | Yes |
| String | Downloadable URL of the InvoicePDF | Yes |
| 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.