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": "36acf97a-cf30-441c-bdbd-3db75c393b23",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8a7f5432-9950-4dde-b9c2-b9fd89e20e04",
"CreateDate": "2026-06-22T01:39:07.7744863-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-22T01:39:07.7744863-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": "4b4768af-3243-45ce-aef5-faf71040952d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a42096a1-699d-4925-8761-9bdb4b4bc5d1",
"CreateDate": "2026-06-22T01:39:07.7744863-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-22T01:39:07.7744863-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}