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": "3550feb1-641b-48ba-ad00-39d34c0bd247",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "746abd6c-a658-4ee5-af9b-76834da87b5f",
"CreateDate": "2026-08-04T17:25:42.913605-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-04T17:25:42.913605-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": "4542d4d3-08d8-4eab-acac-b103ce447d46",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7000c1a9-8444-4b81-bbf2-192bfa24329b",
"CreateDate": "2026-08-04T17:25:42.913605-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-04T17:25:42.913605-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}