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": "77c8e101-705e-4b7d-be35-0481c51c0188", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3295d49a-abcb-4fae-8469-3a59450258cd", "CreateDate": "2025-07-30T23:19:10.8595589-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-30T23:19:10.8595589-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": "0eca37ca-9df3-4f31-8f99-767e0c4e5d44", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e24bbbd6-ae4f-4290-95c3-4b6a98b968e9", "CreateDate": "2025-07-30T23:19:10.8595589-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-30T23:19:10.8595589-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }