GET api/RiskParameterTypes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RiskParameterType| Name | Description | Type | Additional 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <TYPE_ID>1</TYPE_ID> <DESCRIPTION>sample string 2</DESCRIPTION> <HTML>sample string 3</HTML> <OLD>1</OLD> </RiskParameterType>