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
WellTestExcludeFromProductionReasonType| Name | 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": "c74cc416-a5b8-4d08-9b6f-5c4ba61c21c2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "29f11ba3-1ce0-41a3-8400-5eac52a77ca0",
"CreateDate": "2026-07-15T09:36:50.0873507-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-15T09:36:50.0873507-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": "a1da61c6-7661-4010-9b6e-80409aef0ae5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6ee6dc5e-3fa1-42be-996b-b29f08027892",
"CreateDate": "2026-07-15T09:36:50.0873507-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-15T09:36:50.0873507-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}