Create Attachment
create_attachment_project_v1_0Create a new attachment for a time and material entry in Procore to attach supporting documents to the Field Productivity record.
Instructions
Create a new attachment. 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, 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 |