Update Equipment Timecard Entry (Project)
update_equipment_timecard_entry_projectUpdate an existing equipment timecard entry in a Procore project. Modify specified fields (e.g., date, equipment, hours) and receive the updated object.
Instructions
Update equipment timecard entry (Project). 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: project_id, company_id, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/equipment_timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — iD of the equipment timecard entry | |
| timesheet_id | No | JSON request body field — the unique identifier of the timesheet associated with the equipment timecard entry. | |
| wbs_code_id | No | JSON request body field — the Work Breakdown Structure (WBS) code associated with the equipment timecard entry. | |
| date | No | JSON request body field — the date of the timecard entry in ISO 8601 format. | |
| equipment_id | No | JSON request body field — the unique identifier of the equipment associated with the equipment timecard entry. | |
| location_id | No | JSON request body field — the unique identifier of the location associated with the equipment timecard entry. | |
| origin_id | No | JSON request body field — iD of related external data | |
| origin_data | No | JSON request body field — value of related external data | |
| crew_id | No | JSON request body field — the unique identifier of the crew associated with the equipment timecard entry. | |
| party_id | No | JSON request body field — the unique identifier of the party associated with the equipment timecard entry. | |
| quantity | No | JSON request body field — the quantity of hours worked for the equipment timecard entry. | |
| idle_quantity | No | JSON request body field — the quantity of hours the equipment was idle for the equipment timecard entry. | |
| unit_of_measure | No | JSON request body field — the unit of measure for the quantity, typically 'hours'. |