combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

View the Project on GitHub insidepetroleum/combocurve-client-csharp

ComboCurve.Api.Model.ForecastRunRequest

Request body for POST .../run. Both fields are optional. Omitting both runs the forecast with ComboCurve defaults (Mode A). Supplying configurationId loads a saved configuration (Mode B).

Properties

Name Type Description Notes
ConfigurationId string The ID of a saved forecast configuration to use as the run settings. The configuration's `forecastType` must match the target forecast's `type`; mismatches return `400`. If omitted, ComboCurve built-in defaults are used. [optional]

[Back to Model list] [Back to API list] [Back to README]