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": "3a2702dd-c778-48f9-8efe-136493a7d4e4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "24c5dc21-38db-4bfa-b030-be3b16e72d14",
"CreateDate": "2026-02-02T11:56:26.1990014-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-02T11:56:26.1990014-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": "67d140f0-0e59-4d31-8af1-f23df7fcd1e6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a08074eb-281d-4401-a849-d1abef8e0be6",
"CreateDate": "2026-02-02T11:56:26.1990014-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-02T11:56:26.1990014-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}