GET WellTestExcludeFromProductionReasonTypes?wellTestExcludeFromProductionReasonTypeId={wellTestExcludeFromProductionReasonTypeId}
Retrieves a well test exclude from production reason type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wellTestExcludeFromProductionReasonTypeId |
Id of the well test exclude from production reason type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the 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": "dce0d57d-95e9-4cd7-8b53-ef5c0825f213", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4823ee3e-4488-42ea-8cf0-4993c295282f", "CreateDate": "2025-06-27T06:49:43.0274333-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T06:49:43.0274333-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }