combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.ForecastVolumesWriteMultiStatusResponse

Results are atomic per top-level well record. A client may retry a failed well using only its non-conflicting phases; phases omitted from a retry remain unchanged.

Properties

Name Type Description Notes
Results List<ForecastVolumesWriteRecordStatus>    
GeneralErrors List<Error> Errors that could not be associated with a top-level well record. [optional]
SuccessCount int?   [optional]
FailedCount int?   [optional]

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