update_timecard_entry_project
Modify existing timecard entries for a project in Procore to update hours, billable status, dates, or descriptions. This tool helps correct errors and adjust project time tracking data.
Instructions
Update timecard entry (Project). [Project Management/Field Productivity] PATCH /rest/v1.0/projects/{project_id}/timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the timecard entry | |
| hours | No | Total number of hours worked (excluding breaks) for the timecard entry. This property is not applicable if the timesheet time entry is configured for start time and stop time. | |
| lunch_time | No | The duration of the lunch break, in minutes, for the timecard entry. This property is only applicable if the tmesheet time entry is configured for start time and stop time. | |
| party_id | No | The ID of the Party of the Timecard Entry | |
| time_in | No | The start time of the timecard entry in ISO 8601 format. This property is only applicable if the timesheet time entry is configured for start time and stop time. | |
| time_out | No | The stop time of the timecard entry in ISO 8601 format. This property is only applicable if the timesheet time entry is configured for start time and stop time. | |
| billable | No | The billable status of the timecard entry. Must be either true or false. | |
| date | No | The date of the timecard dntry in ISO 8601 format. | |
| datetime | No | The date and time of the record. This property is mutually exclusive with the Date property. | |
| description | No | The description of the timecard entry. | |
| timecard_time_type_id | No | The ID of the timecard time type corresponding to the timecard entry. | |
| cost_code_id | No | The ID of the cost code corresponding to the timecard entry. | |
| login_information_id | No | The ID of the login information corresponding to the timecard entry. | |
| timesheet_id | No | The ID of the timesheet corresponding to the timecard entry. | |
| daily_log_segment_id | No | Daily Log Segment ID | |
| clock_in_id | No | The ID of the clock in GPS position corresponding to the timecard entry. | |
| clock_out_id | No | The ID of the clock out GPS position corresponding to the timecard entry. | |
| origin_id | No | The ID of the related external data. | |
| origin_data | No | The value of the related external data. | |
| line_item_type_id | No | The ID of the line item type pertaining to the time card entry. |