POST AnalysisCategory/AllowDelete

Confirms if Delete is Allowed.

Request Information

URI Parameters

None.

Body Parameters

The Analysis Category.

Analysis Category
NameTypeAdditional informationDescription
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

bool

Response Formats

application/json, text/json

Sample:
true