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": "3dfc69c9-6cd7-40ad-ae00-c53b53f3d440", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "75d72d7b-3c76-4731-9014-95db20b918e6", "CreateDate": "2025-07-19T00:21:01.2709651-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T00:21:01.2709651-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": "652433ea-60a1-4c3b-99f0-be96b0067f5e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "71b76539-76dd-499a-9721-5cc64adf67d9", "CreateDate": "2025-07-19T00:21:01.2709651-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T00:21:01.2709651-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }