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": "3bcdb462-6f52-49d0-b35d-2c609e77c212", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e6694480-2622-448f-b472-68d1ffd44c62", "CreateDate": "2025-08-29T17:13:56.5603667-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:13:56.5603667-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": "e5abddfb-0759-4541-befd-f0ce965c272e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1253cb14-da43-4494-94ab-c528e9c5de2a", "CreateDate": "2025-08-29T17:13:56.5603667-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:13:56.5603667-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }