POST /rest/v1.0/projects/{project_id}/time_and_material_entries
Create a new Time And Material Entry associated with the specified project
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
run_configurable_validations |
Boolean | No |
If true, validations are run for the corresponding Configurable Field Set. Default value: false |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
time_and_material_entry |
Object | Yes |
Time and Material Entry Object |
time_and_material_entry.file_version_ids[] |
Array | No |
File Versions to attach to the response |
time_and_material_entry.reference_number |
String | No |
The refrence number associate with T&M ticket |
time_and_material_entry.description |
String | No |
The description of job |
time_and_material_entry.image_ids[] |
Array | No |
Images to attach to the response |
time_and_material_entry.number |
Integer | No |
Unique number for the T&M ticket |
time_and_material_entry.upload_ids[] |
Array | No |
The specified array of upload ids is saved as Time And Material Entry Attachments. |
time_and_material_entry.status |
String | No |
Current status of T&M ticket |
time_and_material_entry.company_signature_id |
Integer | No |
The ID associate with company's signature |
time_and_material_entry.work_performed_on_date |
String | No |
Date work performed on |
time_and_material_entry.drawing_revision_ids[] |
Array | No |
Drawing Revisions to attach to the response |
time_and_material_entry.customer_signee_party_id |
Integer | No |
The ID associate with customer's signature party |
time_and_material_entry.customer_signature_id |
Integer | No |
The ID associate with customer's signature |
time_and_material_entry.form_ids[] |
Array | No |
Forms to attach to the response |
time_and_material_entry.name |
String | No |
The title of T&M ticket |
time_and_material_entry.private |
Boolean | No |
If the T&M ticket is private |
time_and_material_entry.company_signee_party_id |
Integer | No |
The ID associate with company's signature party |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.