contracts_create
Create a new contract by providing customer ID and name. Optionally set amount, dates, status, and SLA.
Instructions
Create a new 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 |
|---|---|---|---|
| customer_id | Yes | Customer ID (required) | |
| name | Yes | Contract name (required) | |
| description | No | Description | |
| contract_amount | No | Contract amount | |
| start_date | No | Start date | |
| end_date | No | End date | |
| primary_contact | No | Primary contact | |
| status | No | Status | |
| likelihood | No | Likelihood (0-100) | |
| apply_to_all | No | Apply to all | |
| sla_id | No | SLA ID |