GET
/
invoice-position-items
/
{id}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

InvoicePositionItem identifier

Response

200 - application/json
createdAt
string

The creation date of the invoice position item.

creditableQuantity
object

The quantity that can be credited.

description
string | null

The description of the invoice position item.

discountAmount
object

The discount amount of the invoice position item.

discountFixed
object

The fixed applied 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.

grossAmount
object

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

group
object | null

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

id
object
isCreditable
boolean

If the position can be credited.

isFullyCredited
boolean

If the whole position is credited.

name
string

The description of the invoice position item.

netAmount
object

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

parent
object | null

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

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.

product
object | null
quantity
object

The quantity of the invoice position item.

serviceDateFrom
string | null

The service date from of the invoice position item.

serviceDateTo
string | null

The service date to of the invoice position item.

subscriptionItem
object | null
tax
object | null

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

taxAmount
object

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

taxGroup
object

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

type
enum<string> | null

The type of the invoice position item.

Available options:
product,
discount,
setup,
dunning_fee,
invoice
unit
object | null

The unit of the invoice position item.

unitPrice
object

The unit price of the invoice position item.