DELETE WellTestExcludeFromProductionReasonTypes
Deletes the given well test exclude from production reason type, including all well tests of that type.
Request Information
URI Parameters
None.
Body Parameters
Well test exclude from production reason type to delete
WellTestExcludeFromProductionReasonTypeName | Description | Type | Additional information |
---|---|---|---|
WellTestExcludeFromProductionReasonTypeId | globally unique identifier |
None. |
|
Name | string |
None. |
|
SourceSystemId | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CreateDate | date |
None. |
|
CreateUser | string |
None. |
|
LastModifiedDate | date |
None. |
|
LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "WellTestExcludeFromProductionReasonTypeId": "375ae95c-68ef-419b-b51d-8b8af1260e60", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0ce35e21-016d-4ea0-a003-10475c8c8884", "CreateDate": "2024-11-21T05:25:36.9660624-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T05:25:36.9660624-08:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Object |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": {}, "Total": 1, "Message": "sample string 2" }