Update Material
update_materialUpdate a specified material in Field Productivity. Supply the material ID and project ID to modify only the provided fields.
Instructions
Update a specified Material. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/materials/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| 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 |