GET WellPurposeTypes?wellPurposeTypeId={wellPurposeTypeId}
Retrieves a well purpose type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wellPurposeTypeId |
Id of the well purpose type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the well purpose type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | WellPurposeType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "WellPurposeTypeId": "fa5285cf-4e04-4c0a-8b97-1b5811a5eef9", "IsProducer": true, "IsInjector": true, "Name": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "f346c850-b055-4347-91e3-dd7e6ac170f2", "CreateDate": "2025-01-30T17:10:13.583294-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-01-30T17:10:13.583294-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }