create_material
Add materials to Procore projects by specifying name, description, quantity, and unit of measure for accurate project tracking and documentation.
Instructions
Create Material. [Project Management/Field Productivity] POST /rest/v1.0/projects/{project_id}/materials
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| time_and_material_entry_id | No | Time & Material Entry Id the material is associated with | |
| name | No | Name of the material | |
| description | No | Description of the material | |
| uom | No | Unit of measure for the material | |
| quantity | No | Quantity of the material |