Create Attachment
create_attachment_project_v1_0Create a new attachment for a time and material entry in a Procore project, returning the created attachment with its new ID.
Instructions
Create a new attachment. project_id defaults to the value set by procore_set_config when omitted. Creates the attachment and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, time_and_material_entry_id, time_and_material_entry_attachment. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_entry_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| time_and_material_entry_id | Yes | JSON request body field — time & Material Id the attachment is associated with | |
| time_and_material_entry_attachment | Yes | JSON request body field — time_and_material_entry_attachment |