v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Sales Order Tax Line Item

Get a list of tax lines items for a sales order

post/api/sales-orders/{salesOrderId}/tax-line-items/list

Path parameters

salesOrderIdstring required

Response

List of tax line items for the given sales order id

idstring required

Unique id associated to this entity.

descriptionstring nullable

Verbose description for this entity.

taxCodeIdstring nullable

Tax code key identifier. Please reference /api/tax-rates endpoint.

taxRatenumber double nullable

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

externalReferencesobject nullable

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

pricenumber double nullable

Tax amount applied at this rate across the entire sales order.