Procore.Api.QualitySafetyObservationsProjectObservationTemplates (procore_sdk v0.3.0)

API calls for all endpoints tagged QualitySafetyObservationsProjectObservationTemplates.

Summary

Functions

Link to this function

rest_v10_projects_project_id_observation_templates_bulk_update_patch(connection, procore_company_id, project_id, rest_v10_projects_project_id_observation_templates_bulk_update_patch_request, opts \\ [])

Bulk Update Project Observation Templates Updates multiple Project Observation Templates

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rest_v10_projects_project_id_observation_templates_bulk_update_patch_request (RestV10ProjectsProjectIdObservationTemplatesBulkUpdatePatchRequest):
  • opts (keyword): Optional parameters
    • :observation_template_ids ([integer()]): IDs of all Project Observation Templates specified for bulk update

Returns

  • {:ok, [%ProjectObservationTemplate1{}, ...]} on success
  • {:error, Tesla.Env.t} on failure