LowCodeAPI
258 APIs
  • Invoices(38)
    • POST
      Create an invoice
    • GET
      List invoices
    • PUT
      Update an invoice
    • GET
      Get an invoice
    • DEL
      Delete an invoice
    • POST
      Mark an invoice as sent
    • POST
      Void an invoice
    • POST
      Mark as draft
    • POST
      Email an invoice
    • GET
      Get invoice email content
    • POST
      Email invoices
    • POST
      Remind Customer
    • GET
      Get payment reminder mail content
    • POST
      Bulk invoice reminder
    • GET
      Bulk export Invoices
    • GET
      Bulk print invoices
    • POST
      Disable payment reminder
    • POST
      Enable payment reminder
    • POST
      Write off invoice
    • POST
      Cancel write off
    • PUT
      Update billing address
    • PUT
      Update shipping address
    • GET
      List invoice templates
    • PUT
      Update invoice template
    • GET
      List invoice payments
    • GET
      List credits applied
    • POST
      Apply credits
    • DEL
      Delete a payment
    • DEL
      Delete applied credit
    • POST
      Add attachment to an invoice
    • PUT
      Update attachment preference
    • GET
      Get an invoice attachment
    • DEL
      Delete an attachment
    • DEL
      Delete the expense receipt
    • POST
      Add comment
    • GET
      List invoice comments & history
    • PUT
      Update comment
    • DEL
      Delete a comment
GET
PUT
DELETE
PUT
PUT
PUT
DELETE
POST
GET
POST
PUT
DELETE
POST
PUT
DELETE
GET
GET
PUT
GET
DELETE
POST
POST
POST
POST
GET
POST
POST
GET
POST
GET
GET
POST
POST
POST
POST
PUT
PUT
GET
PUT
GET
GET
POST
DELETE
DELETE
POST
PUT
GET
DELETE
DELETE
POST
GET
PUT
DELETE
PUT
POST
https://api.lowcodeapi.com/zohoinvoice/invoice/v3/invoices
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
customer_idstring*
ID of the customer to whom the invoice is created
contact_personsarray
The IDs of the contact person associated with the contact
invoice_numberstring
An unique number given to the invoice
reference_numberstring
The reference number of the invoice
place_of_supplystring
Place where the goods/services are supplied to
vat_treatmentstring
(Optional) VAT treatment for the invoices
gst_treatmentstring
Choose whether the contact is GST
tax_treatmentstring
VAT treatment for the Estimate
cfdi_usagestring
Choose CFDI Usage
gst_nostring
15 digit GST identification number of the customer
template_idstring
ID of the pdf template associated with the invoice
datestring
invoice date
payment_termsnumber
Payment terms in days e.g. 15, 30, 60
payment_terms_labelstring
Used to override the default payment terms label
due_datestring
due date of the invoices
discountnumber
Discount applied to the invoice
is_discount_before_taxboolean
Check if discount is exclusive of tax
discount_typestring
Type of discount
is_inclusive_taxboolean
To check if discount is inclusive of tax
exchange_ratenumber
Exchange rate of the currency
recurring_invoice_idstring
ID of the recurring invoice
invoiced_estimate_idstring
ID of the invoice
salesperson_namestring
Name of the salesperson
custom_fieldsarray
Custom fields for an invoice
project_idstring
Unique ID of the projet associated to an invoice
line_itemsarray*
Line items of an invoice
payment_optionsobject
Payment options available for payment
allow_partial_paymentsboolean
Boolean to check if partial payments are allowed
custom_bodystring
Customized email content
custom_subjectstring
Customized Subject line
notesstring
The notes added below expressing gratitude
termsstring
The terms added below expressing gratitude
shipping_chargestring
Shipping charges applied to the invoice
adjustmentnumber
Adjustments made to the invoice
adjustment_descriptionstring
Customize the adjustment description
reasonstring
Description of the attachment
tax_authority_idstring
ID of the tax authority
tax_exemption_idstring
ID of the tax exemption
avatax_use_codestring
Used to group like customers for exemption purposes
avatax_tax_codestring
A tax code is a unique label used to group Items
avatax_exempt_nostring
Exemption certificate number of the customer
sendstring
Send the invoice to the contact person(s) associated with the invoice
ignore_auto_number_generationstring
Ignore auto invoice number generation for this invoice
Response
API response data will be shown here once the request is completed.
Zoho Invoice