update_equipment_timecard_entry_project
Modify equipment timecard entries for construction projects to update work hours, equipment usage, and project tracking data.
Instructions
Update equipment timecard entry (Project). [Project Management/Field Productivity] PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/equipment_timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID of the equipment timecard entry | |
| timesheet_id | No | The unique identifier of the timesheet associated with the equipment timecard entry. | |
| wbs_code_id | No | The Work Breakdown Structure (WBS) code associated with the equipment timecard entry. | |
| date | No | The date of the timecard entry in ISO 8601 format. | |
| equipment_id | No | The unique identifier of the equipment associated with the equipment timecard entry. | |
| location_id | No | The unique identifier of the location associated with the equipment timecard entry. | |
| origin_id | No | ID of related external data | |
| origin_data | No | Value of related external data | |
| crew_id | No | The unique identifier of the crew associated with the equipment timecard entry. | |
| party_id | No | The unique identifier of the party associated with the equipment timecard entry. | |
| quantity | No | The quantity of hours worked for the equipment timecard entry. | |
| idle_quantity | No | The quantity of hours the equipment was idle for the equipment timecard entry. | |
| unit_of_measure | No | The unit of measure for the quantity, typically 'hours'. |