Quote Tax Line Item

Create a tax line item on a Quote

post/api/quotes/{quoteId}/tax-line-items

Path parameters

quoteIdstring required

Request body

descriptionstring nullable

Verbose description for this entity.

taxCodeIdstring nullable

Tax code key identifier. Please reference /api/tax-rates endpoint. If FulcrumProduct.PublicApi.Dto.Quote.TaxLineItem.QuoteTaxLineItemCreateDto.AvalaraOptions is provided, FulcrumProduct.PublicApi.Dto.Quote.TaxLineItem.QuoteTaxLineItemCreateDto.TaxCodeId will be ignored.

taxRatenumber double nullable

Tax rate to use for this entity. If a FulcrumProduct.PublicApi.Dto.Quote.TaxLineItem.QuoteTaxLineItemCreateDto.TaxCodeId is provided, the provided FulcrumProduct.PublicApi.Dto.Quote.TaxLineItem.QuoteTaxLineItemCreateDto.TaxRate will supercede the defined tax rate.

Response

Tax line item added to Quote

idstring required

The id of the created record

Changes

No recorded changes to this endpoint across all 23 revisions of this API.