Sync Company Insurances
sync_company_insurancesBatch create or update company insurance records using the Procore API. Provide a company ID and an array of updates to sync insurance data.
Instructions
This endpoint creates or updates a batch of Company 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: company_id, updates. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/companies/{company_id}/insurances/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| updates | Yes | JSON request body field — the updates for this Directory operation |