insurance_create
Create a new insurance contract by specifying provider, contract details, type, status, payment frequency, and price.
Instructions
Create a new insurance contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Contract display name (e.g. 'ProLiability Plan 2026') | |
| type | Yes | Insurance category (e.g. 'business_liability', 'health') | |
| origin | Yes | Contract origin | |
| status | Yes | Contract status | |
| start_date | No | Coverage start date (YYYY-MM-DD) | |
| contract_id | Yes | Partner-generated contract identifier | |
| price_value | Yes | Price amount as a decimal string (e.g. '99.99') | |
| service_url | No | Customer portal access URL | |
| renewal_date | No | Policy renewal date (YYYY-MM-DD) | |
| provider_slug | Yes | Insurance provider identifier (e.g. 'axa') | |
| price_currency | Yes | Price currency code (ISO 4217, e.g. 'EUR') | |
| expiration_date | No | Contract expiration date (YYYY-MM-DD) | |
| payment_frequency | Yes | Payment frequency | |
| troubleshooting_url | No | Support / troubleshooting URL |