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": "04af8a41-00c1-4cc3-a84b-86034378e253",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9eff4646-2289-42b7-bc6e-c9d375433bbc",
"CreateDate": "2026-05-12T17:06:10.1009672-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-12T17:06:10.1009672-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": "8d8a9b7c-aba1-44ba-8ade-a484a63001f2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "85f9de37-9966-4ab3-9fe9-48ceaa1fe903",
"CreateDate": "2026-05-12T17:06:10.1009672-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-12T17:06:10.1009672-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}