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": "3f94232b-7abf-435a-ae43-83abca5960e4", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5b56b82a-3538-4e25-8cc9-98b2a4339552", "CreateDate": "2025-01-30T17:05:43.6512431-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-30T17:05:43.6512431-08: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": "a3dba387-16e7-4e55-97a2-7b0e94c8f2ff", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b18cbb09-b65f-4bb7-a5e9-d981d9a9e9fa", "CreateDate": "2025-01-30T17:05:43.6512431-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-30T17:05:43.6512431-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }