1b5649cff14a
latestOpenAPI 3.0.42026-08-084694591.6 MBUpdate a specific fee line item for a purchase order
Path parameters
Request body
Verbose name for this entity.
Verbose description for this entity.
The line item quantity. Required for receivable line items.
The line item price.
Accounting code key identifier. Please reference /api/accounting-codes endpoint.
Line item unit of measure.
Dictate if this fee is receivable. If not provided, defaults to false.
Dictate if this fee is taxable. If not provided, defaults to false.
Tax code key identifier. Please reference /api/tax-rates endpoint.
Tax code to use for this entity. If a FulcrumProduct.PublicApi.Dto.PurchaseOrder.FeeLineItem.FeeLineItemUpdateDto.TaxCodeId is provided, the provided FulcrumProduct.PublicApi.Dto.PurchaseOrder.FeeLineItem.FeeLineItemUpdateDto.TaxRate will supercede the defined tax rate.
Indicate if the tax supplied is intended to be an override.
Arbitrary key-value-pair like data that can be used to later on search for this line item.
Response
Fee line item
Unique id associated to this entity.
Verbose name for this entity.
Verbose description for this entity.
The line item quantity
The line item unit price.
Line item unit of measure.
Accounting code key identifier. Please reference /api/accounting-codes endpoint.
Dictate if this fee is taxable.
Dictate if this fee is receivable.
Dictate if the tax rate is overridden.
Tax code key identifier. Please reference /api/tax-rates endpoint.
Tax code to use for this entity. If a FulcrumProduct.PublicApi.Dto.PurchaseOrder.FeeLineItem.FeeLineItemDto.TaxCodeId is provided and FulcrumProduct.PublicApi.Dto.PurchaseOrder.FeeLineItem.FeeLineItemDto.OverrideTaxRate = true, the provided FulcrumProduct.PublicApi.Dto.PurchaseOrder.FeeLineItem.FeeLineItemDto.TaxRate will supercede the defined tax rate.
Arbitrary key-value-pair like data that can be used to later on search for this line item.
Line number