create_timecard_entry_v1_1
Create timecard entries in Procore projects to track work hours, billable status, and labor details for accurate project management and payroll processing.
Instructions
Create Timecard Entry. [Project Management/Field Productivity] POST /rest/v1.1/projects/{project_id}/project_timecard_entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| hours | No | Total number of hours worked (excluding breaks) for the timecard entry. This property is not required 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 required if the timesheet time entry is configured for start time and stop time. | |
| time_in | No | The start time of the Timecard Entry in ISO 8601 format. This property is only required 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 required 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 Entry in ISO 8601 format. | |
| 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 property. | |
| timesheet_id | No | The ID of the Timesheet corresponding to the Timecard Entry property. | |
| cost_code_id | No | The ID of the Cost Code corresponding to the Timecard Entry property. | |
| sub_job_id | No | The ID of the Subjob corresponding to the Timecard Entry property. | |
| location_id | No | The ID of the Location corresponding to the Timecard Entry property. | |
| login_information_id | No | The ID of the Login Information corresponding to the Timecard Entry property. | |
| party_id | No | The ID of the Party corresponding to the Timecard Entry property. | |
| 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 corresponding to the time card entry. | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |