Create A New Time And Material Equipment Log
create_a_new_time_and_material_equipment_logRecord field productivity equipment usage by creating a new Time and Material Equipment Log in Procore, including description, unit of measure, and quantity for a project.
Instructions
Create a new Time And Material Equipment Log. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_equipment_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 |