combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.ProductionComment

Properties

Name Type Description Notes
CommentType ProductionCommentTypeKey   [optional]
CreatedAt DateTime? Comment creation timestamp [optional]
CreatedBy string User ID that created the comment [optional]
EndDate DateTime? End date [optional]
Id string Production comment ID [optional]
Note string Comment note text [optional]
Project string Project ID when scoped to a project, null for company scope records [optional]
StartDate DateTime? Start date [optional]
UpdatedAt DateTime? Comment update timestamp [optional]
Well string Well ID [optional]

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