Create Resource
create_resource_projectCreates a new Schedule (Legacy) resource for a specified Procore project using the project ID and resource object.
Instructions
Create a new Resource associated with the specified Project. Use this to create a new Schedule (Legacy) records in Procore. Creates a new Schedule (Legacy) records and returns the created object on success (HTTP 201). Required parameters: project_id, project_id, resource. Procore API (v1.1): Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.1/projects/{project_id}/schedule/resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the Resource belongs to | |
| resource | Yes | JSON request body field — resource object |