Skip to main content
GET
Line Item Get Api

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invoice_uuid
string
required
line_item_uuid
string
required

Response

Line item retrieved successfully

Output schema for invoice line items with UUID for external API.

unit_price
number | null
amount
number | null
flat_fee
number | null
tax_rate
number | null
tax_amount
number | null
discount_amount
number | null
discount_percent
number | null
uuid
string<uuid>
name
string | null
Maximum string length: 255
quantity
string | null
default:1
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency
string | null
default:USD
Maximum string length: 3
description
string | null

The description of the line item

tax_name
string | null
Maximum string length: 255
service_start_date
string<date> | null

The date the service starts for the item

service_end_date
string<date> | null

The date the service ends for the item

display_order
integer | null

The order in which the line item will be displayed in the UI/pdf