v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Invoice Discount Line Item

Get the discount line item for an invoice

get/api/invoices/{invoiceId}/discount-line-item

Path parameters

invoiceIdstring required

Response

Discount line item

idstring required

Unique id associated to this entity.

namestring required

The name of the discount line.

descriptionstring nullable

The description of the discount line.

isPercentageboolean required

Indicates whether FulcrumProduct.PublicApi.Dto.Invoice.DiscountLineItem.DiscountLineItemDto.Amount discount is percentage based (else, it's an absolute amount).

amountnumber double required

The amount of the discount.

externalReferencesobject nullable

Arbitrary key-value-pair like data that can be used to later on search for this line item.

numberinteger

Line number

pricenumber double nullable

The calculated amount of this discount.