Create Action Plan Test Record Request
create_action_plan_test_record_requestCreate a test record request for an action plan item by providing project ID, plan item ID, and type. Supports attachment, checklist, form, and other types.
Instructions
Create Action Plan 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: project_id, plan_item_id, type. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_test_record_requests
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 Test Record Type | |
| payload | No | JSON request body field — used to specify extra required details for some types. |