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": "d107eb4c-25dd-4bc5-bade-572b84b0cd25", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "52a1682e-9596-4b10-85ff-3c62a51e1d70", "CreateDate": "2024-11-21T04:33:21.0981459-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T04:33:21.0981459-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": "18d7f2fb-32e7-444d-b4b6-47f116520997", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8de8228a-5096-4630-adfe-6786a59f78ec", "CreateDate": "2024-11-21T04:33:21.0981459-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T04:33:21.0981459-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }