update_a_time_and_material_entry
Modify existing time and material entries in Procore projects to update details like status, description, signatures, or attachments for accurate project tracking.
Instructions
Update a Time And Material Entry. [Project Management/Field Productivity] PATCH /rest/v1.0/projects/{project_id}/time_and_material_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Id of the Time And Material Entry | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| name | No | The title of T&M ticket | |
| reference_number | No | The refrence number associate with T&M ticket | |
| description | No | The description of job | |
| status | No | Current status of T&M ticket | |
| private | No | If the T&M ticket is private | |
| number | No | Unique number for the T&M ticket | |
| customer_signature_id | No | The ID associate with customer's signature | |
| company_signature_id | No | The ID associate with company's signature | |
| company_signee_party_id | No | The ID associate with company's signature party | |
| customer_signee_party_id | No | The ID associate with customer's signature party | |
| work_performed_on_date | No | Date work performed on | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| upload_ids | No | The specified array of upload ids is saved as Time And Material Entry Attachments. |