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": "4d0517d1-a1f9-408c-b6db-b3f49cfcc5dc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "d21d897f-f073-4055-8d50-29480ec72dc7", "CreateDate": "2025-06-27T06:46:40.4726694-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T06:46:40.4726694-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": "dc12d9a2-a37d-4860-9c52-fce04a570370", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0a5f19f0-e746-4c92-b5bb-11985ecbbd9a", "CreateDate": "2025-06-27T06:46:40.4726694-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T06:46:40.4726694-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }