combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.OperationsInputCurtailment

Properties

Name Type Description Notes
Key OperationsCurtailmentKey    
Category OperationsCurtailmentCategory    
Criteria OperationsCurtailmentCriteria    
Value List<decimal> For seasonal, provide exactly 12 entries (Jan–Dec). For other criteria, provide a single number or an array of numbers (same length as period). Range: -100000000 to 100000000.  
Unit OperationsCurtailmentUnit    
Description string   [optional]
Period string For entire_well_life, typically 'Flat'. For offsets (offset_to_as_of_date, offset_to_fpd), supply a stringified integer (1–1000000) or an array of such integers (same length as value). For dates, supply a date string (YYYY-MM-DD) or an array of date strings (same length as value). For seasonal, may be empty or omitted. [optional]

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