Sync Project Vendor Insurances
sync_project_vendor_insurancesSynchronizes project vendor insurance records by updating or creating a batch for specified vendors, ensuring accurate directory data.
Instructions
This endpoint creates or updates a batch of Project Vendor Insurances. 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, updates. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/projects/{project_id}/vendors/{vendor_id}/insurances/sync
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 | |
| updates | Yes | JSON request body field — the updates for this Directory operation |