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": "6ee1a9e9-2381-445b-84ee-199b0d529776", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ea231dae-a771-45a5-b838-2bb6135860e9", "CreateDate": "2025-04-17T04:04:58.6091806-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T04:04:58.6091806-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }