DELETE api/RiskParameterTypes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

RiskParameterType
NameDescriptionTypeAdditional information
TYPE_ID

integer

None.

DESCRIPTION

string

None.

HTML

string

None.

OLD

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TYPE_ID": 1,
  "DESCRIPTION": "sample string 2",
  "HTML": "sample string 3",
  "OLD": 1
}

application/octet-stream

Sample:
{"TYPE_ID":1,"DESCRIPTION":"sample string 2","HTML":"sample string 3","OLD":1}

application/xml, text/xml

Sample:
<RiskParameterType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TYPE_ID>1</TYPE_ID>
  <DESCRIPTION>sample string 2</DESCRIPTION>
  <HTML>sample string 3</HTML>
  <OLD>1</OLD>
</RiskParameterType>