Create A New Time And Material Entry
create_a_new_time_and_material_entryCreates a new time and material entry for a project to record field productivity data. Requires project ID to submit work performed on a ticket.
Instructions
Create a new Time And Material Entry associated with the specified project. 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_entries
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. | |
| 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. |