POST AnalysisCategory/AllowDelete
Confirms if Delete is Allowed.
Request Information
URI Parameters
None.
Body Parameters
The Analysis Category.
Analysis CategoryName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
AnalysisTypeId | integer |
None. |
|
Description | string |
Required String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "AnalysisTypeId": 2, "Description": "sample string 3" }
Response Information
Resource Description
bool
boolResponse Formats
application/json, text/json
Sample:
true