admin-quotes

Add Line Item

Add a line item to a quote.

The referenced part must belong to the same project as the quote.

post/api/v1/admin/quotes/{quote_id}/line-items

Path parameters

quote_idstring uuid required

Request body

part_idstring uuid required
descriptionstring nullable

Line item description (e.g. material, process details)

quantityinteger required
notesstring nullable

Internal notes for this line item

Response

Successful Response

idstring uuid required
part_idstring uuid required
part_namestring nullable
descriptionstring nullable
quantityinteger required
unit_pricestring nullable
total_pricestring nullable
notesstring nullable
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.