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": "b6388be1-e270-414a-8474-865e43db8e34",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5c423260-7cbf-45bd-a21a-e15e1b6480d0",
"CreateDate": "2026-04-18T04:56:20.4329731-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-18T04:56:20.4329731-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": "360e05d3-f09a-4765-bcd8-6dfd883e5f52",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4504c096-af84-4409-b1a1-a970258802bb",
"CreateDate": "2026-04-18T04:56:20.4329731-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-18T04:56:20.4329731-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}