update_timecard_entry_company
Modify existing timecard entries for a company's projects to update work hours, tasks, or other details in Procore's field productivity system.
Instructions
Update timecard entry (Company). [Project Management/Field Productivity] PATCH /rest/v1.0/companies/{company_id}/timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the timecard entry | |
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | The ID of the Project the Timecard Entry belongs to | |
| timecard_entry | Yes | Timecard Entry object |