GET api/RiskMaster/GetRiskAreaMaster

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RiskAreaMasterModel
NameDescriptionTypeAdditional information
ID

string

None.

RiskAreaTitle

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "sample string 1",
    "RiskAreaTitle": "sample string 2"
  },
  {
    "ID": "sample string 1",
    "RiskAreaTitle": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRiskAreaMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RelianceEPMAPI.Models">
  <RiskAreaMasterModel>
    <ID>sample string 1</ID>
    <RiskAreaTitle>sample string 2</RiskAreaTitle>
  </RiskAreaMasterModel>
  <RiskAreaMasterModel>
    <ID>sample string 1</ID>
    <RiskAreaTitle>sample string 2</RiskAreaTitle>
  </RiskAreaMasterModel>
</ArrayOfRiskAreaMasterModel>