v2
latestOpenAPI 3.0.42026-08-084694591.6 MBCreate a part line item on a sales order
Path parameters
Request body
Item id associated with this line item.
The line item quantity
The line item price. Note, if a price break exists for the item being added (vendor price breaks, item price breaks, etc), this value will be ignored as it is quantity-driven based on the price breaks that do/will exist. If this value is not provided and no price breaks exist, the default will be 0.
Dictate if this line item is taxable.
Tax code key identifier. Please reference /api/tax-rates endpoint.
Tax rate to use for this entity. If a FulcrumProduct.PublicApi.Dto.SalesOrder.PartLineItem.PartLineItemCreateDto.TaxCodeId is provided, the provided FulcrumProduct.PublicApi.Dto.SalesOrder.PartLineItem.PartLineItemCreateDto.TaxRate will supercede the defined tax rate.
Indicate if the tax supplied is intended to be an override.
The part line item description. Defaults to the item's description if none specified.
The line item internal notes
The line item notes (visible in job tracking).
Arbitrary key-value-pair like data that can be used to later on search for this line item.
Indicates whether FulcrumProduct.PublicApi.Dto.SalesOrder.PartLineItem.PartLineItemCreateDto.DiscountAmount discount is percentage based (else, it's an absolute amount).
The amount of the discount.
The delivery date for the line item. Only the calendar date is used, exactly as written; any time or UTC offset is ignored.
The unit of measure to apply. If left blank, the default unit of measure for the item will be applied.
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.
Determines whether or not to display the customer part number and customer part description.
Used for the part number on customer facing documents when IsCustomerItem is true
Used for the description on customer facing documents when IsCustomerItem is true
Response
Part line item added to sales order
The id of the created record