Invoice Line Items
Deletes a Line Item
Deletes a Line Item
DELETE
/
invoices
/
{invoice}
/
line-items
/
{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 ID
Response
200 - application/json
id
string
requiredLine Item ID
invoiceId
string
requiredInvoice ID
title
string
requiredItem Title
description
string
Item Description
quantity
string
requiredQuantity
rate
string
requiredPrice per Item
taxRate
string
requiredTax 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
requiredIndex (for maintaining order)
groupId
string
Line Item Group ID
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
priceId
string
Price ID
rateDisplay
enum<string>
requiredDetermines whether rate is displayed as an absolute value or percentage
Available options:
ABSOLUTE
, PERCENTAGE
externalIds
object[]
requiredIDs in external integrations
revenueClassification
enum<string>
Revenue classification
Available options:
PREPAYMENT
, EARNED
, BURNDOWN
creditGrantId
string
Credit Grant ID