Sync Project Vendor Insurances
sync_project_vendor_insurancesBatch create or update project vendor insurances with project_id, vendor_id, and updates. Returns the modified insurance record.
Instructions
This endpoint creates or updates a batch of Project Vendor Insurances. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted, and vendor_id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified project vendor insurance on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, vendor_id, updates. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/projects/{project_id}/vendors/{vendor_id}/insurances/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Directory operation | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| project_id | Yes | URL path parameter — unique identifier for the project. |