C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
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).
| 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] |