Add Estimate Item

Add a new item to the estimate.

post/estimates/{estimate_id}/items

Path parameters

estimate_idinteger required

Estimate ID

Request body

entity_idinteger required

Product or Service ID

assignee_idinteger required

Assigned Employee ID

quantitynumber float required

Quantity

pricenumber float required

Price per unit

costnumber float required

Unit cost

tax_idsinteger[]

Array of Tax ID

commentstring

Comment text

comment_visibility'private' | 'public'

Comment visibility

Response

200

object required

Changes

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