Update Monitoring Resource
update_monitoring_resourceUpdate budget monitoring resource attributes such as description, date range, unit cost, and utilization for a specific project and resource ID.
Instructions
Updates a Monitoring Resource's attributes. Use this to update an existing Budget records (only the supplied fields are changed). Updates the specified Budget records and returns the modified object on success. Required parameters: project_id, id. Procore API: Construction Financials > Budget. Endpoint: PATCH /rest/v1.0/projects/{project_id}/monitoring_resources/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — monitoring Resource ID | |
| description | No | JSON request body field — the description for this Budget operation | |
| start_date | No | JSON request body field — start Date, expressed in ISO 8601 date format (YYYY-MM-DD) | |
| end_date | No | JSON request body field — end Date, expressed in ISO 8601 date format (YYYY-MM-DD) | |
| unit_of_measure | No | JSON request body field — the unit of measure for this Budget operation | |
| unit_cost | No | JSON request body field — the unit cost for this Budget operation | |
| utilization | No | JSON request body field — utilization, expressed as a decimal where 1.0 is 100% |