Sync Project Insurances
sync_project_insurancesBatch create or update project insurance records in Procore. Send a project ID and a list of updates to sync insurance data in one request.
Instructions
This endpoint creates or updates a batch of Project 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. Returns the modified project 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, updates. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/projects/{project_id}/insurances/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Directory operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. |