C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Forecast Volumes Export
| Name | Type | Description | Notes |
|---|---|---|---|
| ProjectId | string | Project identifier | |
| ForecastId | string | Forecast identifier | |
| MergeForecastAndProduction | bool | Whether to merge forecast and production | |
| FileType | string | Requested export file type. Currently only 'parquet' is supported. | [optional] [default to FileTypeEnum.Parquet] |
| Phases | List<string> | Production phases to include in export | [optional] |
| Forecast | ForecastVolumeExportSettings | [optional] | |
| Production | ForecastVolumeExportSettings | [optional] | |
| Wells | List<string> | List of well IDs to include in export | [optional] |