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": "12983d6c-270d-46f9-b7a4-5c1bff4788fe", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "11a6db87-bf89-48ad-b729-66fa7a06e504", "CreateDate": "2025-03-09T04:33:26.1397714-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T04:33:26.1397714-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }