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": "b55ac827-d67c-473f-b29f-17d2942a3017", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "37ce5479-1a8c-4d3c-9c1d-36541fad2afc", "CreateDate": "2024-12-21T19:25:56.0274858-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-21T19:25:56.0274858-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": "570e863c-f0d4-45b7-897a-4422e0f18413", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "74fec545-b92e-4941-b6cb-a21561baa66f", "CreateDate": "2024-12-21T19:25:56.0274858-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-21T19:25:56.0274858-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }