Draft Create
draft_createDraft a timesheet with multiple timecard entries in bulk for a Procore project.
Instructions
Creates a Timesheet and Timecard Entries in bulk together (DEPRECATED) Please use the following endpoint for a POST to https://app.procore.com/rest/v1.0/projects/{project_id}/timesheets for creating a timesheet and a POST to https://app.procore.com/rest/v1.1/projects/{project_id}/project_timecard_entries/bulk_create for creating timecard entries. Use this to perform the draft create action on Field Productivity records. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API (v1.1): Project Management > Field Productivity. Endpoint: POST /rest/v1.1/projects/{project_id}/project_timesheet_timecard_entries/draft_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| date | No | JSON request body field — the Date of the Timesheet | |
| timecard_entries | No | JSON request body field — timecard Entries to Create |