Create Time And Material Timecard
create_time_and_material_timecardCreate a time and material timecard entry in Procore to log field productivity hours, work classification, and worker details for a project.
Instructions
Create a new Time And Material Timecard Entry. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_timecards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| time_and_material_entry_id | No | JSON request body field — time & Material Entry Id the timecard is associated with | |
| timecard_time_type_id | No | JSON request body field — type id for the type of timecard being created | |
| login_information_id | No | JSON request body field — iD of the person the timecard is being created for | |
| work_classification_id | No | JSON request body field — iD of the worker's work classification | |
| hours_worked | No | JSON request body field — total hours worked |