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": "358a39b1-636f-4654-b39e-fda3e453832b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f013ede5-b7bb-414e-b118-8416948e6426", "CreateDate": "2025-08-29T17:13:56.0603598-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:13:56.0603598-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }