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": "6e3f0079-9e1f-4ceb-878b-0b600bf072d9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "38b9f2c7-33cc-4db5-a2e5-7e315ccce337",
"CreateDate": "2026-05-11T11:58:33.317964-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-11T11:58:33.317964-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": "7754637c-7e80-4dc0-bd0b-55639bd531a8",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1bd12305-4725-46b6-8cfd-865f6cbb8696",
"CreateDate": "2026-05-11T11:58:33.317964-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-11T11:58:33.317964-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}