create_time_and_material_timecard
Create timecards for time and material work in Procore projects to track labor hours, work classifications, and associated entries for accurate project management and billing.
Instructions
Create Time And Material Timecard. [Project Management/Field Productivity] POST /rest/v1.0/projects/{project_id}/time_and_material_timecards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| time_and_material_entry_id | No | Time & Material Entry Id the timecard is associated with | |
| timecard_time_type_id | No | Type id for the type of timecard being created | |
| login_information_id | No | ID of the person the timecard is being created for | |
| work_classification_id | No | ID of the worker's work classification | |
| hours_worked | No | Total hours worked |