Sync Company Vendor Insurances
sync_company_vendor_insurancesUpdate or create company vendor insurance records in batches. Specify company ID, vendor ID, and updates to modify only supplied fields.
Instructions
This endpoint creates or updates a batch of Company 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: company_id, vendor_id, updates. Procore API: Core > Directory. Endpoint: PATCH /rest/v1.0/companies/{company_id}/vendors/{vendor_id}/insurances/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| vendor_id | Yes | URL path parameter — unique identifier of the vendor | |
| updates | Yes | JSON request body field — the updates for this Directory operation |