GET api/masters/constituency/ConstituencyDropDown

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ConstituencyID": 1,
    "ConstituencyName": "sample string 2"
  },
  {
    "ConstituencyID": 1,
    "ConstituencyName": "sample string 2"
  },
  {
    "ConstituencyID": 1,
    "ConstituencyName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMstConstituencyDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
  <MstConstituencyDropDown>
    <ConstituencyID>1</ConstituencyID>
    <ConstituencyName>sample string 2</ConstituencyName>
  </MstConstituencyDropDown>
  <MstConstituencyDropDown>
    <ConstituencyID>1</ConstituencyID>
    <ConstituencyName>sample string 2</ConstituencyName>
  </MstConstituencyDropDown>
  <MstConstituencyDropDown>
    <ConstituencyID>1</ConstituencyID>
    <ConstituencyName>sample string 2</ConstituencyName>
  </MstConstituencyDropDown>
</ArrayOfMstConstituencyDropDown>