Undelete a recurring invoice

Undelete a recurring invoice object.

In the response, isActive is set as 1 (Active).

What is a recurring invoice?

A recurring invoice is an identical invoice created to receive periodic payments from a customer. These invoices represent an amount that you are owed by a customer for goods and services that you provide.

You can create a recurring invoice with /v2/Crud/Create/RecurringInvoice.json. In the invoice, add invoice line items to record details about individual goods or services. In addition, you can associate line items to accounts tracking objects, such as item (/Item.json) or chart of accounts (/ChartOfAccounts.json).

Other invoice features:

Line item price, markups, & discounts

In your request, either price or percentage (ratePercent) is required for each recurringInvoiceLineItems object. If you set one, do not set the other.

  • If price is set, amount is (quantity) x (price).
  • If ratePercent is set for a line item, the line item amount is (ratePercent) x (sum of other line item amount values). For example, to apply a discount of 20% in your invoice total of $100, set ratePercent as -20 in the final line item of your request.
Language
Click Try It! to start a request and see the response here!