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": "e667fe2a-b28e-4e79-9bb0-db7a6fd6eb5c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b7f25e72-ba47-4b90-b9a8-b49f2b21be4f",
"CreateDate": "2026-06-17T17:25:04.340341-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:25:04.340341-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": "06379298-a53d-461d-af56-42f8fb10d5c6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "71a3b93c-a9fc-4e27-980c-4499e220d1a1",
"CreateDate": "2026-06-17T17:25:04.340341-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:25:04.340341-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}