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": "ddf1d6f7-78a2-46c9-a7be-504a6909c348",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f06f79a5-1ffc-4ff7-9e5d-9e20c87a3015",
"CreateDate": "2026-08-11T22:23:46.6077417-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:23:46.6077417-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": "2d67ceea-7d53-4ca0-a8bb-e7166c6d80d7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "218e1f24-977b-4347-acf4-18db34955b21",
"CreateDate": "2026-08-11T22:23:46.6077417-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-11T22:23:46.6077417-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}