C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Forecast configuration input body. name and forecastType are always required. project is required when forecastType is deterministic and is rejected when forecastType is probabilistic (probabilistic configurations are user-scoped). id, createdBy, createdByName, createdAt, updatedAt, and isAdmin are read-only; userDefault is not exposed via this API. All read-only fields and userDefault are rejected if supplied.
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| ForecastType | string | ||
| Project | string | Required when `forecastType` is `deterministic`; not allowed when `forecastType` is `probabilistic`. | [optional] |
| ForecastScope | ForecastScope | [optional] | |
| Resolution | string | [optional] | |
| OverwriteManual | bool? | [optional] | |
| AutomaticForecast | AutomaticForecast | [optional] |