insurance_update
Modify an insurance contract's name, type, status, dates, price, and provider information to keep records current.
Instructions
Update an insurance contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Insurance contract ID (UUID) | |
| name | No | Contract display name | |
| type | No | Insurance category | |
| origin | No | Contract origin | |
| status | No | Contract status | |
| start_date | No | Coverage start date (YYYY-MM-DD) | |
| contract_id | No | Partner-generated contract identifier | |
| price_value | No | Price amount as a decimal string (must be paired with price_currency) | |
| service_url | No | Customer portal access URL | |
| renewal_date | No | Policy renewal date (YYYY-MM-DD) | |
| provider_slug | No | Insurance provider identifier | |
| price_currency | No | Price currency code (must be paired with price_value) | |
| expiration_date | No | Contract expiration date (YYYY-MM-DD) | |
| payment_frequency | No | Payment frequency | |
| troubleshooting_url | No | Support / troubleshooting URL |