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": "4fab0e41-e253-41ef-a3e6-b1c7c65cee91",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "39eb6594-3976-4ea3-864a-9fa1e6225954",
"CreateDate": "2026-09-13T23:37:21.7759506-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:37:21.7759506-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": "a5aafb3a-e70d-4d39-b8cb-a82759965c99",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8de634f5-360a-4505-ad0c-eed73843150c",
"CreateDate": "2026-09-13T23:37:21.7759506-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:37:21.7759506-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}