C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Request body for POST .../scenarios/{scenarioId}/run. All fields are optional. Omitting setting ids uses UI dialog defaults (Mode A). Supplying setting ids loads those saved settings (Mode B). Only economics runs are supported.
| Name | Type | Description | Notes |
|---|---|---|---|
| WellIds | List<string> | Well IDs to run. Each resolves to the base scenario-well-assignment only; incrementals are not included. Omit to run every well in the scenario. | [optional] |
| EconSettingId | string | ID of a company-wide econ setting (`GET /v1/econ-settings/{id}`). | [optional] |
| EconReportSettingId | string | ID of a company-wide econ report setting (`GET /v1/econ-report-settings/{id}`). | [optional] |
| ComboSettingId | string | `id` of an `econ-combo-settings` document scoped to this project and scenario. | [optional] |
| RunModels | string | Defaults to `economics_only`, the only supported value. | [optional] |
| RunMode | string | Defaults to `full`. | [optional] |
| SuggestedHeaders | bool? | Defaults to `false`. | [optional] |
| ProdAnalyticsType | string | Defaults to `calendar`. | [optional] |
| TimeZone | string | IANA time zone used for monthly date bucketing (e.g. `America/Toronto`). Defaults to `UTC`. | [optional] |