GET
/
invoice-position-items
/
{id}

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

id
string
required

InvoicePositionItem identifier

Response

200 - application/json
id
string
position
integer | null

The position of the invoice position item in the invoice. If 0, the item will be added at the end of the invoice.

quantity
number

The quantity of the invoice position item.

unit
object

The unit of the invoice position item.

unitPrice
object

The unit price of the invoice position item.

netAmount
object

The net amount of the invoice position item, before discount.

grossAmount
object

The gross amount of the invoice position item, after discount.

taxAmount
object

The tax amount of the invoice position item, after discount.

discountAmount
object | null

The discount amount of the invoice position item.

discountPercentage
string | null

The discount percentage of the invoice position item. You can either define an amount or a percentage.

name
string

The description of the invoice position item.

description
string | null

The description of the invoice position item.

taxGroup
object

The tax group of the invoice position item. Based on the customer and tax group, the correct tax rate will be calculated.

tax
object

The tax of the invoice position item, calculated based on the tax group.

serviceDateFrom
string | null
serviceDateTo
string | null
type
enum<string> | null

The type of the invoice position item.

Available options:
product,
discount,
setup,
dunning_fee,
invoice
parent
object

The parent invoice position item. Positions can be defined in a tree, with a maximum depth of two.

group
object

The invoice position item group. Positions can be grouped together with a headline, which is shown on the invoice.

createdAt
string

The creation date of the invoice position item.

product
object
subscriptionItem
object
isCreditable
boolean

If the position can be credited.

isFullyCredited
boolean

If the whole position is credited.

creditableQuantity
number

The quantity that can be credited.