Create Resource
create_resource_v1_0Create a new Resource (Schedule Legacy record) for a specified Procore project. Requires 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, resource. Procore API: Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.0/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 |