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": "8954a64b-04a8-4a60-8a80-a9a3e35793e7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d8ba10a7-20fa-4236-b71c-8b6077ce11ec",
"CreateDate": "2026-02-23T03:24:43.4936536-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T03:24:43.4936536-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": "56c544ef-ca2a-4362-93c4-1eacb82ebbf0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "28c31cc4-2c10-43b7-8439-941350f21a28",
"CreateDate": "2026-02-23T03:24:43.4936536-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T03:24:43.4936536-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}