contracts_update
Update contract details such as name, description, amount, start/end dates, and status. The description field is the only text input; notes are not accessible.
Instructions
Update a contract. Note: there is no 'notes' field -- 'description' is the only text field. The activity/notes section in the UI is not API-accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contract ID (required) | |
| customer_id | No | ||
| name | No | ||
| description | No | ||
| contract_amount | No | ||
| start_date | No | ||
| end_date | No | ||
| primary_contact | No | ||
| status | No | ||
| likelihood | No | ||
| apply_to_all | No | ||
| sla_id | No |