POST
/
invoices
/
{invoice}
/
line-items

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-01-01

Path Parameters

invoice
string
required

The Invoice ID

Body

application/json
title
string
required

Item Title

description
string

Item Description

quantity
string
required

Quantity

rate
string
required

Price per Item

taxRate
string
required

Tax Rate

servicePeriodStart
string

Start of the service period (the time period in which the service was provided)

servicePeriodEnd
string

End of the service period (the time period in which the service was provided)

servicePeriod
object

Service Period

groupId
string

Line Item Group ID

priceId
string

Price ID

rateDisplay
enum<string>

Determines whether rate is displayed as an absolute value or percentage

Available options:
ABSOLUTE,
PERCENTAGE
externalIds
object[]
required

IDs in external integrations

revenueClassification
enum<string>

Revenue classification

Available options:
PREPAYMENT,
EARNED,
BURNDOWN
creditGrantId
string

Credit Grant ID

Response

201 - application/json
id
string
required

Line Item ID

invoiceId
string
required

Invoice ID

title
string
required

Item Title

description
string

Item Description

quantity
string
required

Quantity

rate
string
required

Price per Item

taxRate
string
required

Tax Rate

servicePeriodStart
string

Start of the service period (the time period in which the service was provided)

servicePeriodEnd
string

End of the service period (the time period in which the service was provided)

servicePeriod
object

Service Period

index
integer
required

Index (for maintaining order)

groupId
string

Line Item Group ID

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

priceId
string

Price ID

rateDisplay
enum<string>
required

Determines whether rate is displayed as an absolute value or percentage

Available options:
ABSOLUTE,
PERCENTAGE
externalIds
object[]
required

IDs in external integrations

revenueClassification
enum<string>

Revenue classification

Available options:
PREPAYMENT,
EARNED,
BURNDOWN
creditGrantId
string

Credit Grant ID