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": "60a6279d-afdc-401a-a0d5-0c0d3e820752",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "189a94bd-fa7b-4e9d-988c-0e5d7b65e867",
"CreateDate": "2025-11-17T18:53:22.6869279-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:53:22.6869279-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": "128c1a4e-48e2-4f6f-b1d7-9a182b9fa9d0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e722cd43-30a4-406e-83c1-1f7ac7537bc5",
"CreateDate": "2025-11-17T18:53:22.6869279-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:53:22.6869279-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}