Update A Time And Material Equipment Log
update_a_time_and_material_equipment_logUpdate an existing Time and Material Equipment Log in Procore by modifying specified fields such as description, unit of measure, quantity, or time and material entry ID. Pass project ID and log ID.
Instructions
Update a Time And Material Equipment Log. 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_equipment_logs/{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 Equipment Log | |
| 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 of Time And Material Equipment Log | |
| description | No | JSON request body field — description of Time And Material Equipment Log | |
| uom | No | JSON request body field — unit of measure for Time And Material Equipment Log | |
| quantity | No | JSON request body field — quantity of Time And Material Equipment Log |