Update Timecard Entry (Company)
update_timecard_entry_companyUpdate an existing company timecard entry by modifying specified fields. Provide entry ID, company ID, project ID, and the timecard entry object. Returns the updated record.
Instructions
Update timecard entry (Company). Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: id, company_id, project_id, timecard_entry. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the timecard entry | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | JSON request body field — the ID of the Project the Timecard Entry belongs to | |
| timecard_entry | Yes | JSON request body field — timecard Entry object |