Update Invoice
Updates an invoice in CoachAccountable.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
numberrequired
The ID of the Invoice to be updated. Invoice Number also accepted when prefixed with a "#", e.g. "#1005".
date
A new date of the Invoice, if it is to be changed.
string
A new number for the Invoice, if it is to be changed.
number
A percentage-based rate of tax to be applied, e.g. 7.5 means apply a 7.5% tax.
string
A newline-separated list of items. An item is comprised of the item label followed by a double colon followed by the price. For example: "One month of coaching::400"