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": "e7df53ac-c926-461b-8cfd-53697a5b1e2f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "dd495180-08c8-4e61-9f65-ee3398c2a280",
"CreateDate": "2026-01-07T11:26:27.4742347-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T11:26:27.4742347-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": "6c6b9230-854a-4ad4-9370-26aa6af31c9b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3343573f-1e05-4607-829e-39136ebb8490",
"CreateDate": "2026-01-07T11:26:27.4742347-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T11:26:27.4742347-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}