create_monitoring_resource
Add monitoring resources to construction projects for budget tracking and financial oversight. Specify project details, timelines, costs, and utilization to manage construction finances effectively.
Instructions
Create Monitoring Resource. [Construction Financials/Budget] POST /rest/v1.0/projects/{project_id}/monitoring_resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| description | Yes | Description | |
| start_date | Yes | Start Date, expressed in ISO 8601 date format (YYYY-MM-DD) | |
| end_date | Yes | End Date, expressed in ISO 8601 date format (YYYY-MM-DD) | |
| unit_of_measure | Yes | Unit of Measure | |
| unit_cost | Yes | Unit Cost | |
| utilization | Yes | Utilization, expressed as a decimal where 1.0 is 100% | |
| budget_line_item_id | Yes | Budget Line Item ID |