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": "6ef06e17-2dd4-4ded-8a30-2924963b83be",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9eb99f1d-3825-48b4-a297-494fa02d6b02",
"CreateDate": "2025-11-04T17:09:25.8842782-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T17:09:25.8842782-08: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": "1ff590af-7042-4030-9971-374d08a85736",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "573f8ec1-9d0d-458b-b751-78e0a5643e25",
"CreateDate": "2025-11-04T17:09:25.8842782-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T17:09:25.8842782-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}