Skip to main content
GET
Get invoice payable line item

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

invoicePayableId
string<uuid>
required
lineItemId
string<uuid>
required

Response

default - application/json;charset=UTF-8

default response

id
string<uuid>

ID of the invoice payable line item.

invoicePayableId
string<uuid>

ID of the invoice payable this line item belongs to.

type
enum<string>

Type of the invoice payable line item (vendor invoice or reimbursement).

⚠️ This enum is not exhaustive; new values may be added in the future.

Available options:
REIMBURSEMENT,
VENDOR_INVOICE
metadata
object

Metadata for the invoice payable line item (ERP-specific fields and context).

amount
integer<int64> | null

Amount in cents, including tax. When lineItemsIncludeTax is true, amount represents the full tax-inclusive amount for this line.

netAmount
integer<int64> | null

Net line amount in cents, excluding tax. When lineItemsIncludeTax is false, netAmount represents the base amount on which tax is calculated.

description
string | null

Description of this invoice payable line item.

taxCodeId
string<uuid> | null

ID of the tax code applied to this line item.

taxAmount
integer<int64> | null

Tax amount in cents for this line item.

accountId
string<uuid> | null

ID of the ledger account used to book this line item.

costCenterId
string<uuid> | null

ID of the cost center associated with this line item, if applicable.

amortizationStartDate
string<date> | null

Start date for amortization of this line item.

amortizationEndDate
string<date> | null

End date for amortization of this line item.

amortizationTemplateId
string<uuid> | null

ID of the amortization template to use for this line item within Light Ledger.

customPropertiesOld
object | null

Legacy container for custom properties on this line item (deprecated/old format).

aiValueSuggestions
(object | null)[] | null

AI-generated suggestions for line item values (e.g. account, cost center, tax code).

AI-generated suggestions for line item values (e.g. account, cost center, tax code).

customProperties
(object | null)[] | null

Custom properties set on this invoice payable line item.

Custom properties set on the vendor.

createdAt
string<date-time>

Timestamp when this invoice payable line item was created.

updatedAt
string<date-time>

Timestamp when this invoice payable line item was last updated.