combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.ForecastVolumesWriteRecordStatus

Status for one top-level well record. This contract does not represent phase-level partial success. If any phase conflicts, the well result contains an error for every conflicting phase and no submitted phase for that well is persisted.

Properties

Name Type Description Notes
Status string   [optional]
Code int?   [optional]
Id string Well ID for a successful record. [optional]
Errors List<Error> Errors for the well record, including every conflicting phase. [optional]

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