2025-01-24
Project-scoped components now require an amortization strategy

The POST component and POST project component endpoints now accepts a amortization_strategy in the request body. The PATCH component endpoint now accepts a amortization_strategy field in the response body. The GET component endpoint now returns a amortization_strategy field in the response body.

The amortization_strategy is currently an required field for all Project-scoped components. You have a choice of an ESTIMATED_PROJECT_TONNAGE or MANUAL amortization_strategy and can patch the choice in the future if any updates or changes occur.

2024-12-13
Datapoints are now associated to projects

The POST datapoint endpoint now accepts a project_id in the request body. The GET datapoint endpoint now returns a project_id field in the response body.

The project_id is currently an optional field but will become required in the future. You should therefore ensure that you migrate your code to include the project_id in the request body.