update_project_insurance
Modify insurance details for a project in Procore, including policy information, effective dates, status, and notification settings.
Instructions
Update project insurance. [Core/Directory] PATCH /rest/v1.0/projects/{project_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID | |
| view | No | Extended view of data | |
| effective_date | No | Effective date | |
| enable_expired_insurance_notifications | No | Enable/Disable expired insurance notifications | |
| exempt | No | Exempt status | |
| expiration_date | No | Expiration date | |
| info_received | No | Information received (or not) | |
| insurance_type | No | Insurance type | |
| limit | No | Limit | |
| name | No | Provider name | |
| notes | No | Notes | |
| policy_number | No | Policy number | |
| status | No | Status | |
| vendor_id | Yes | Vendor ID | |
| additional_insured | No | Additional Individuals and/or Companies Insured | |
| division_template | No | Division Template | |
| insurance_sets | No | Insurance Sets | |
| origin_data | No | Origin data | |
| origin_id | No | Origin ID |