Path parameters
credit_note_id string Required
Request This endpoint expects an object.
description string Optional
Detailed description of the line item
name string Optional
Name or title of the line item
quantity double Optional >=0
Quantity of items
tax integer Optional <=10000
VAT rate in percent minor units . Example: 12.5% is 1250.
unit string Optional
Unit of measurement
unit_price integer Optional
Price per unit in smallest currency unit (e.g. cents)
Response Successful Response
id string format: "uuid"
Unique identifier of the line item
created_at datetime
Timestamp when the line item was created
updated_at datetime
Timestamp when the line item was last updated
credit_note_id string format: "uuid"
ID of the parent credit note
created_by_user_id string format: "uuid"
ID of the user who created the line item
description string
Detailed description of the line item
name string
Name or title of the line item
quantity double >=0
Quantity of items
subtotal integer
Subtotal amount before tax
tax integer >=0
Tax percentage
tax_amount integer
Tax amount
total integer
Total amount including tax
unit string
Unit of measurement
unit_price integer
Price per unit in smallest currency unit