POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_references/bulk_create

Creates multiple Action Plan Template References

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Query parameters

Name Type Required Description
completion_mode String No

Whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing"

Possible values:

  • "atomic"
  • "all_or_nothing"

Request body fields

Name Type Required Description
plan_template_references[] Array Yes
plan_template_references[].payload Object Yes

One of attachment, drawing_revision_id, file_version_id, specification_section_id, submittal_log_id, generic_tool_item_id, form_id, image_id, meeting_id, or observation_item_id is accepted depending on the type provided

plan_template_references[].payload.specification_section_id Integer No

Specification Section ID

plan_template_references[].payload.observation_item_id Integer No

Observation Item ID

plan_template_references[].payload.file_version_id Integer No

File Version ID

plan_template_references[].payload.drawing_revision_id Integer No

Drawing Revision ID

plan_template_references[].payload.form_id Integer No

Form ID

plan_template_references[].payload.image_id Integer No

Image ID

plan_template_references[].payload.submittal_log_id Integer No

Submittal Log ID

plan_template_references[].payload.meeting_id Integer No

Meeting ID

plan_template_references[].payload.generic_tool_item_id Integer No

Generic Tool Item (Correspondence) ID

plan_template_references[].type String Yes

Action Plan Reference Type

Possible values:

  • "submittal_log"
  • "meeting"
  • "drawing"
  • "attachment"
  • "image"
  • "form"
  • "document"
  • "generic_tool_item"
  • "specification_section"
  • "observation_item"
plan_template_references[].plan_template_item_id Integer Yes

Action Plan Template Item ID

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.