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": "43ae73d8-94ef-4619-b7ca-1ed65cf13781",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "02927034-6ce7-4bd2-887c-846d4fb60d6c",
"CreateDate": "2026-03-15T18:00:25.1630418-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T18:00:25.1630418-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": "4b27d65f-bca0-46cc-9486-ed0358ab7002",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bb5388d4-156c-473c-bbf3-93141defbd54",
"CreateDate": "2026-03-15T18:00:25.1630418-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T18:00:25.1630418-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}