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": "26bd6b4a-b841-4169-b01b-4e0b2c99dd90", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ba0c9948-b46d-4c15-954d-b1e75cfbb9ca", "CreateDate": "2025-01-02T11:12:04.3185143-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T11:12:04.3185143-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }