estimates_proposal_templates_update
Update proposal templates by modifying their properties, status, business unit assignments, and estimate template associations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID | |
| name | No | Proposal template name | |
| description | No | Proposal template description. For PATCH, omit or null to leave unchanged. | |
| proposalTypeId | No | Proposal type ID | |
| status | No | Proposal template status | |
| active | No | Whether the template is active | |
| businessUnitIds | No | Business unit IDs. For PATCH, providing this list replaces all existing assignments; empty list clears all. | |
| estimateAssignments | No | Estimate assignments. For PATCH, providing this list replaces all existing assignments; empty list clears all. | |
| _confirmed | No | Set to true to confirm this write operation |