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": "54c9f841-a448-490b-a9ca-e579674dbfc5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b7f89dd6-3872-4f47-b266-cc34b233f339",
"CreateDate": "2025-10-13T15:29:46.1682372-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-10-13T15:29:46.1682372-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": "1eff9504-1d86-46ce-9b0d-a93db93b0bdc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2988097e-254a-4a9e-ba66-55a750e7445b",
"CreateDate": "2025-10-13T15:29:46.1682372-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-10-13T15:29:46.1682372-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}