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": "f557f12f-6963-4f82-aa0c-6cae8d00db93", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b96ebdb5-2de5-4407-b516-16fc4e6a1a38", "CreateDate": "2025-05-08T12:42:18.9796728-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T12:42:18.9796728-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": "226182c9-592a-4cb7-a85f-b0400f5936a8", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "81da544d-4e60-4c3d-9fc3-3f63ff413616", "CreateDate": "2025-05-08T12:42:18.9796728-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T12:42:18.9796728-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }