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

Creates multiple Action 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_references[] Array Yes
plan_references[].plan_item_id Integer Yes

Action Plan Item ID

plan_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, meeting_id, or observation_item_id is accepted depending on the type provided

plan_references[].payload.specification_section_id Integer No

Specification Section ID

plan_references[].payload.observation_item_id Integer No

Observation Item ID

plan_references[].payload.file_version_id Integer No

File Version ID

plan_references[].payload.drawing_revision_id Integer No

Drawing Revision ID

plan_references[].payload.form_id Integer No

Form ID

plan_references[].payload.submittal_log_id Integer No

Submittal Log ID

plan_references[].payload.meeting_id Integer No

Meeting ID

plan_references[].payload.generic_tool_item_id Integer No

Generic Tool Item (Correspondence) ID

plan_references[].type String Yes

Action Plan Reference Type

Possible values:

  • "submittal_log"
  • "meeting"
  • "drawing"
  • "attachment"
  • "form"
  • "document"
  • "generic_tool_item"
  • "specification_section"
  • "observation_item"

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.