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": "71278624-85ac-47a1-844a-8bdacfddbc31", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2c67fcb4-8d10-40a9-a40c-69e64929169c", "CreateDate": "2025-04-17T04:03:09.4563121-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T04:03:09.4563121-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": "5721cefe-7e58-4c9a-aba1-29ce47a5e2fa", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6a28f091-6c59-46f3-b410-65fb5ac43e53", "CreateDate": "2025-04-17T04:03:09.4563121-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T04:03:09.4563121-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }