Create Material
create_materialCreate a material entry in Procore's Field Productivity module by providing a project ID and optional details like name, quantity, and unit of measure.
Instructions
Create a new Material Entry. 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}/materials
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| time_and_material_entry_id | No | JSON request body field — time & Material Entry Id the material is associated with | |
| name | No | JSON request body field — name of the material | |
| description | No | JSON request body field — description of the material | |
| uom | No | JSON request body field — unit of measure for the material | |
| quantity | No | JSON request body field — quantity of the material |