PUT WellTestExcludeFromProductionReasonTypes
Updates the given well test exclude from production reason type.
Request Information
URI Parameters
None.
Body Parameters
Well test exclude from production reason type to update
WellTestExcludeFromProductionReasonTypeName | Description | Type | Additional information |
---|---|---|---|
WellTestExcludeFromProductionReasonTypeId | globally unique identifier |
None. |
|
Name | string |
None. |
|
SourceSystemId | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CreateDate | date |
None. |
|
CreateUser | string |
None. |
|
LastModifiedDate | date |
None. |
|
LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "WellTestExcludeFromProductionReasonTypeId": "0a978383-36ab-4a31-98d5-2c041647766e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "208c2c63-c40b-480e-bbb0-19042fc8ecb5", "CreateDate": "2025-05-09T15:21:27.649917-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T15:21:27.649917-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the updated well test exclude from production reason type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | WellTestExcludeFromProductionReasonType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "WellTestExcludeFromProductionReasonTypeId": "19acc3ec-650d-4ec1-8faa-86a107897a1e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7ac4e3f8-dba2-4634-af77-5585b1f954f6", "CreateDate": "2025-05-09T15:21:27.649917-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T15:21:27.649917-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }