dolibarr_add_proposal_line
Add a line item to an existing commercial proposal. Define description, unit price, quantity, and tax rate for the new item.
Instructions
Add a line item to an existing commercial proposal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | ||
| desc | Yes | Line description | |
| subprice | Yes | Unit price excl. tax | |
| qty | No | ||
| tva_tx | No | Tax rate, e.g. 0 or 15 | |
| product_type | No | 0 = product, 1 = service |