Create quote line itemAsk AIpost https://api.wafeq.com/v1/quotes/{quote_id}/line-items/Endpoint for creating a new quote line item.Path Paramsquote_idstringrequiredBody Paramscost_centerstringThe cost center associated with this line item.descriptionstringrequiredThe detailed description of the line item.discountdouble | null≥ 0The discount as the percentage.itemstringThe item associated with this line item.item_unit_of_measurestring | nullThe item unit of measure for this line item.quantitydoublerequiredThe quantity of the item or service.tax_ratestringThe tax rate applied to this line item.unit_amountdoublerequiredThe price per unit of the item or service.HeadersX-Wafeq-Idempotency-KeystringClient-provided UUID to uniquely identify a requestResponse 201Updated 2 months ago