combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.ForecastVolumesSeriesInput

Complete replacement series for the containing well and phase. The supplied date range is not merged with previously stored dates; dates outside this series are removed when the phase is overwritten.

Properties

Name Type Description Notes
Series string    
StartDate DateTimeOffset    
EndDate DateTimeOffset    
Volumes List<decimal> One value for every day or month in the inclusive startDate/endDate range. Each phase is limited to 20,000 daily-equivalent forecast volume values. Each daily value counts once; monthly values count once per calendar day produced by monthly-to-daily expansion.  

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