PUT
/
invoices
/
{invoice}
/
line-item-groups
/
{id}

Headers

Authorization
string
required

Your 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
required

The Invoice ID

id
string
required

Line Item Group ID

Body

application/json
title
string
required

Line 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
required

Line Item Group ID

invoiceId
string
required

Invoice ID

title
string
required

Line Item Group Title

description
string

Line Item Group Description

index
integer
required

Index (for maintaining order)

netTotal
string
required

Net total, in decimal format of the Invoice's currency

totalTax
string
required

Total tax, in decimal format of the Invoice's currency

grossTotal
string
required

Gross total, in decimal format of the Invoice's currency

taxCategory
object

The tax category for all line items in this line item group