combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.ProductionCommentPatchInput

Properties

Name Type Description Notes
Id string Existing production comment ID to patch  
Well string Well ID [optional]
CommentType ProductionCommentTypeKey   [optional]
Note string Optional note text [optional]
StartDate DateTimeOffset? Start date as ISO-8601 date-time [optional]
EndDate DateTimeOffset? End date as ISO-8601 date-time; must be greater than startDate when both dates are provided [optional]

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