Create Company Action Plan Template Test Record Request
create_company_action_plan_template_test_record_requestCreates a new action plan template test record request in Procore to add a test record (checklist, attachment, or photo) to an action plan template item. Requires company ID, plan template item ID, and type.
Instructions
Create Company Action Plan Template Test Record Request. 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: company_id, plan_template_item_id, type. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_test_record_requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| plan_template_item_id | Yes | JSON request body field — iD of the associated Company Action Plan Template Item | |
| type | Yes | JSON request body field — action Plan Template Test Record Type | |
| payload | No | JSON request body field — the payload for this Action Plans operation |