estimates_proposal_templates_create
Create a proposal template by providing name, proposal type, status, business units, and estimate template assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Proposal template name | |
| description | No | Proposal template description. For PATCH, omit or null to leave unchanged. | |
| proposalTypeId | Yes | 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 | Yes | Estimate assignments | |
| _confirmed | No | Set to true to confirm this write operation |