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": "d0ffb85e-2f59-4cad-bb2d-8b8ccaf1f0c6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c6914418-1b42-497e-ab82-93db3627d4a0",
"CreateDate": "2026-03-30T12:48:49.2415494-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T12:48:49.2415494-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": "b83b92f1-7382-4e42-bd42-87964d0bfe64",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "38cc8a02-f0ee-4653-b011-b3fa13c2aaf5",
"CreateDate": "2026-03-30T12:48:49.2415494-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-30T12:48:49.2415494-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}