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": "2dedd4f6-9108-41b7-bd1a-a1d9c1a76825", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9ec5a48c-b3a1-431b-948e-2b04e5f42ad7", "CreateDate": "2025-06-02T14:48:59.3085548-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T14:48:59.3085548-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": "f3dd721f-daf7-4a37-a7a4-927a1c4e9d20", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "838fd0a7-4f15-48c4-88b9-c64fec4a87ef", "CreateDate": "2025-06-02T14:48:59.3085548-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T14:48:59.3085548-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }