Update Project Vendor Insurance
update_project_vendor_insuranceUpdate a vendor's insurance record for a specific project by providing the project ID, vendor ID, and insurance ID. Modify only the fields you need, such as effective date, expiration date, or status.
Instructions
Update the specified Project Vendor Insurance. Use this to update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. Required parameters: project_id, vendor_id, id. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/projects/{project_id}/vendors/{vendor_id}/insurances/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — extended view of data | |
| effective_date | No | JSON request body field — the effective date in YYYY-MM-DD format | |
| enable_expired_insurance_notifications | No | JSON request body field — enable/Disable expired insurance notifications | |
| exempt | No | JSON request body field — exempt status | |
| expiration_date | No | JSON request body field — the expiration date in YYYY-MM-DD format | |
| info_received | No | JSON request body field — information received (or not) | |
| insurance_type | No | JSON request body field — the insurance type for this Directory operation | |
| limit | No | JSON request body field — the limit for this Directory operation | |
| name | No | JSON request body field — provider name | |
| notes | No | JSON request body field — the notes for this Directory operation | |
| policy_number | No | JSON request body field — the policy number for this Directory operation | |
| status | No | JSON request body field — the status for this Directory operation | |
| additional_insured | No | JSON request body field — additional Individuals and/or Companies Insured | |
| division_template | No | JSON request body field — the division template for this Directory operation | |
| insurance_sets | No | JSON request body field — the insurance sets for this Directory operation | |
| origin_data | No | JSON request body field — the origin data for this Directory operation | |
| origin_id | No | JSON request body field — unique identifier of the origin |