Invoice Line Items
Update a Line Item Group
Update a Line Item Group
PUT
/
invoices
/
{invoice}
/
line-item-groups
/
{id}
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
invoice
string
requiredThe Invoice ID
id
string
requiredLine Item Group ID
Body
application/json
title
string
requiredLine Item Group Title
description
string
Line Item Group Description
taxCategoryId
string
The tax category for all line items in this line item group
Response
200 - application/json
id
string
requiredLine Item Group ID
invoiceId
string
requiredInvoice ID
title
string
requiredLine Item Group Title
description
string
Line Item Group Description
index
integer
requiredIndex (for maintaining order)
netTotal
string
requiredNet total, in decimal format of the Invoice's currency
totalTax
string
requiredTotal tax, in decimal format of the Invoice's currency
grossTotal
string
requiredGross total, in decimal format of the Invoice's currency
taxCategory
object
The tax category for all line items in this line item group