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": "1c14bfdf-adb5-4347-bc44-be4e3fea9b1b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "90547498-d9bc-439a-982a-553af917976d",
"CreateDate": "2026-08-24T21:34:08.9742995-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T21:34:08.9742995-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": "5d228d02-d19a-4f81-87a3-f566eeb97d2f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "00139f52-9a10-4228-8a6c-00617431e4f2",
"CreateDate": "2026-08-24T21:34:08.9742995-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T21:34:08.9742995-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}