Create Action Plan Reference
create_action_plan_referenceAttach a reference like a drawing or document to a Procore action plan item. Requires project ID, plan item ID, type, and payload.
Instructions
Create Action Plan Reference. Use this to create a new Action Plans in Procore. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, plan_item_id, type, payload. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_references
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_item_id | Yes | JSON request body field — unique identifier of the plan item | |
| type | Yes | JSON request body field — action Plan Reference Type | |
| payload | Yes | JSON request body field — one of attachment, drawing_revision_id, file_version_id, document_management_document_reference, specification_section_id, submittal_log_id, generic_tool_item_id, form_id, meeting_id, or observatio... |