POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_references
Create a Project Action Plan Template Reference
Servers
- https://api.procore.com
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. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
plan_template_reference |
Object | Yes | |
plan_template_reference.payload |
Object | Yes |
One of attachment, drawing_revision_id, file_version_id, specification_section_id, generic_tool_item_id, form_id, image_id, meeting_id, or observation_item_id is accepted depending on the type provided |
plan_template_reference.payload.specification_section_id |
Integer | No |
Specification Section ID |
plan_template_reference.payload.observation_item_id |
Integer | No |
Observation Item ID |
plan_template_reference.payload.file_version_id |
Integer | No |
File Version ID |
plan_template_reference.payload.drawing_revision_id |
Integer | No |
Drawing Revision ID |
plan_template_reference.payload.form_id |
Integer | No |
Form ID |
plan_template_reference.payload.image_id |
Integer | No |
Image ID |
plan_template_reference.payload.meeting_id |
Integer | No |
Meeting ID |
plan_template_reference.payload.generic_tool_item_id |
Integer | No |
Generic Tool Item (Correspondence) ID |
plan_template_reference.type |
String | Yes |
Action Plan Reference Type Possible values:
|
plan_template_reference.plan_template_item_id |
Integer | Yes |
Project Action Plan Template Item ID |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.