Bulk Create Action Plan Template Test Record Requests
bulk_create_action_plan_template_test_record_requests_companyCreates multiple Action Plan template test record requests for a company in a single API call, handling partial failures by returning status for each item.
Instructions
Creates Multiple Company Action Plan Template Test Record Requests. Use this to create many Action Plans records in a single request. Creates many Action Plans records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: company_id, plan_template_test_record_requests. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_test_record_requests/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| completion_mode | No | Query string parameter — whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing" | |
| plan_template_test_record_requests | Yes | JSON request body field — plan_template_test_record_requests |