Skip to content

ProjectOfferingMetrics

idstring, (uuid)

The unique identifier for the Project Offering.

calculated_datestring, (date-time)

The date in which the metrics were calculated.

cost_metricsobject(CostMetrics)required

The cost metrics of the project offering.

revenue_metricsobject(RevenueMetrics)required

The revenue metrics of the project offering.

hours_metricsobject(HoursMetrics)required

The hour metrics of the project offering.

{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "calculated_date": "2019-08-24T14:15:22Z", "cost_metrics": { "sold_costs": {}, "actual_costs": {}, "estimated_at_completion_costs": {}, "estimated_to_completion_costs": {} }, "revenue_metrics": { "sold_revenue": {}, "actual_revenue": {}, "estimated_at_completion_revenue": {}, "estimated_to_completion_revenue": {} }, "hours_metrics": { "sold_hours": 0.1, "actual_hours": 0.1, "estimated_at_completion_hours": 0.1, "estimated_to_completion_hours": 0.1 } }