Create Action Plan Test Record
create_action_plan_test_recordCreate a new Action Plan Test Record in Procore by providing project, plan item, and test record request IDs along with the type and payload.
Instructions
Create an Action Plan Test Record Action Plan Test Records can have one of the following payload formats (checklist_id, form_id, generic_tool_id, meeting_id, submittal_log_id, observation_item_id, attachment) Attachment payloads must be a binary file or contain an attachment_id, upload_id, drawing_revision_id, file_version_id, form_id, or image_id. A specific Action Plan Test Record Type can only leverage its corresponding format. *For instance, Checklist Test Records can only leverage che... 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, plan_test_record_request_id, type, payload. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_test_records
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 — iD of the associated Action Plan Control Activity | |
| plan_test_record_request_id | Yes | JSON request body field — iD of the associated Action Plan Test Record Request | |
| type | Yes | JSON request body field — action Plan Test Record Type | |
| payload | Yes | JSON request body field — the payload for this Action Plans operation |