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": "463416bb-a847-4e8b-ada2-f444c63c2629",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b2e90f81-a2f7-46f2-9570-23d2089e599b",
"CreateDate": "2026-09-26T13:57:29.9866836-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:57:29.9866836-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": "5aa05f59-15a8-4c10-9243-b6f06fb1b5bc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8393cc76-fcac-43e7-8f1d-bc0dd47998e4",
"CreateDate": "2026-09-26T13:57:29.9866836-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:57:29.9866836-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}