Create Timesheet
create_timesheetAdd a new timesheet to a project with project ID and date, creating field productivity records in Procore.
Instructions
Create new Timesheet associated with the specified Project. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id, date. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/timesheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| date | Yes | JSON request body field — the Date of the Timesheet |