Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Input schema for creating a line item.
Name of the line item
"Product A"
Price per unit
100
Additional details about the line item
"Detailed description of the product or service"
Quantity of units
x >= 12
Fixed flat fee amount
10
Discount amount in currency
5
Discount percentage (0-100)
0 <= x <= 10010
Tax rate percentage (0-100)
0 <= x <= 10010
Name of the tax applied
"Sales Tax"
Service period start date
"2024-03-01"
Service period end date
"2024-03-31"
Display order for line item
x >= 1Response
Line item created successfully
Output schema for invoice line items with UUID for external API.
2553The description of the line item
Fixed flat fee added to the line item amount
255The date the service starts for the item
The date the service ends for the item
The order in which the line item will be displayed in the UI/pdf
