C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
| 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] |