Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Input schema for updating a line item (all fields optional).
Name of the line item
"Product A"
Additional details about the line item
"Detailed description of the product or service"
Quantity of units
x >= 12
Price per unit
100
Fixed flat fee amount
10
Discount amount in currency
5
Discount percentage (0-100)
0 <= x <= 10010
Tax rate percentage (0-100). Updating triggers amount recalculation.
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 updated 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
