Bulk Update Company Observation Templates
bulk_update_company_observation_templatesUpdate multiple company observation templates in a single request by supplying template IDs and an optional trade. Only specified fields are changed.
Instructions
Bulk Update Company Observation Templates. Use this to update an existing Observations (only the supplied fields are changed). Updates the specified Observations and returns the modified object on success. Required parameters: company_id. Procore API: Project Management > Observations. Endpoint: PATCH /rest/v1.0/companies/{company_id}/observation_templates/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| observation_template_ids | No | Query string parameter — iDs of all Company Observation Templates specified for bulk update | |
| trade_id | No | JSON request body field — the ID of the Company Observation Template's Trade |