1b5649cff14a

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

Create a fee line item on a sales order

post/api/sales-orders/{salesOrderId}/fee-line-items

Path parameters

salesOrderIdstring required

Request body

namestring nullable

Verbose name for this entity.

descriptionstring nullable

Verbose description for this entity. If this value is not provided and the name matches a defined "default fee", the description on the "default fee" will be used.

quantitynumber double nullable

The line item quantity

pricenumber double required

The line item price.

accountingCodeIdstring nullable

Accounting code key identifier. Please reference /api/accounting-codes endpoint. If this value is not provided and the name matches a defined "default fee", the accounting code on the "default fee" will be used.

isTaxableboolean nullable

Dictate if this fee is taxable.

taxCodeIdstring nullable

Tax code key identifier.

taxRatenumber double nullable

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

overrideTaxRateboolean nullable

Indicate if the tax supplied is intended to be an override.

externalReferencesobject nullable

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

Response

Fee line item added to sales order

idstring required

The id of the created record