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": "555218de-5413-4654-a42c-da642ea6dc15", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "caeebd00-6445-4d8c-9d92-c828137b4f14", "CreateDate": "2025-09-13T18:40:37.6694802-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T18:40:37.6694802-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": "4c2ed19e-8740-4cdd-a407-0927f2b2a974", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c443ced6-f7f2-4616-8b63-62381d64e9f2", "CreateDate": "2025-09-13T18:40:37.6694802-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T18:40:37.6694802-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }