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": "78f418e8-4294-4282-8640-81d28645d294", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9a7e973b-39ab-4878-ae37-03db66c46182", "CreateDate": "2025-03-09T08:33:35.8805143-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T08:33:35.8805143-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": "20534b4c-105a-40b7-8f0b-7d9453a0ded9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "54b89779-ff40-442d-b22e-a47f4d598748", "CreateDate": "2025-03-09T08:33:35.8805143-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T08:33:35.8805143-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }