Update an Invoice

Overview

Update an existing invoice Available for Staff Tokens.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the Invoice

Body Params
boolean

Display the total price of the items that are nested under a line items group

boolean

Display nested under a group line item price

string

The unique identifier of the estimate from which invoice was created

line_items
array of objects
required
length ≥ 1

Array of invoice line items. Line items that are not part of the line item groups. Required if line_item_groups not provided, at least one line item required

line_items*
string
required

Line item name/title

number
required

Line item quantity

number
required

Unit price/amount

string

Line item description

string

UID of related entity (service/product/package)

string
enum

Type of related entity. If custom item → NULL

Allowed:
string

Line item UID (for updates)

tax_uids
array of strings

Array of tax UIDs to apply. Pulled from the taxes set in the business Taxes settings. 0-3 taxes per line item are allowed

tax_uids
discount
object

Line item discount. Can be a percentage or a fixed amount to be reduced from the line item amount

number

Line item position/index

boolean

Send email notification to client. Used only during creation/update to determine if email should be sent. Not saved on invoice.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json