C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
| Name | Type | Description | Notes |
|---|---|---|---|
| Well | string | Well ID | |
| CommentType | ProductionCommentTypeKey | ||
| StartDate | DateTimeOffset | Start date as ISO-8601 date-time | |
| EndDate | DateTimeOffset | End date as ISO-8601 date-time; must be greater than startDate | |
| Note | string | Optional note text | [optional] |
| Id | string | Optional production comment ID. When provided, request behaves as upsert by id. | [optional] |