Update A Time And Material Entry
update_a_time_and_material_entryUpdate a Time and Material entry for a project by specifying the project ID and entry ID, modifying fields such as name, status, description, and attachments.
Instructions
Updating a Time And Material Entry associated with the specified 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, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/time_and_material_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — id of the Time And Material Entry | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| name | No | JSON request body field — the title of T&M ticket | |
| reference_number | No | JSON request body field — the refrence number associate with T&M ticket | |
| description | No | JSON request body field — the description of job | |
| status | No | JSON request body field — current status of T&M ticket | |
| private | No | JSON request body field — if the T&M ticket is private | |
| number | No | JSON request body field — unique number for the T&M ticket | |
| customer_signature_id | No | JSON request body field — the ID associate with customer's signature | |
| company_signature_id | No | JSON request body field — the ID associate with company's signature | |
| company_signee_party_id | No | JSON request body field — the ID associate with company's signature party | |
| customer_signee_party_id | No | JSON request body field — the ID associate with customer's signature party | |
| work_performed_on_date | No | JSON request body field — date work performed on | |
| drawing_revision_ids | No | JSON request body field — drawing Revisions to attach to the response | |
| file_version_ids | No | JSON request body field — file Versions to attach to the response | |
| form_ids | No | JSON request body field — forms to attach to the response | |
| image_ids | No | JSON request body field — images to attach to the response | |
| upload_ids | No | JSON request body field — the specified array of upload ids is saved as Time And Material Entry Attachments. |