GET api/masters/District/DistForDropDown

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "DistID": 1,
    "DistName": "sample string 2"
  },
  {
    "DistID": 1,
    "DistName": "sample string 2"
  },
  {
    "DistID": 1,
    "DistName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMstDistDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
  <MstDistDropDown>
    <DistID>1</DistID>
    <DistName>sample string 2</DistName>
  </MstDistDropDown>
  <MstDistDropDown>
    <DistID>1</DistID>
    <DistName>sample string 2</DistName>
  </MstDistDropDown>
  <MstDistDropDown>
    <DistID>1</DistID>
    <DistName>sample string 2</DistName>
  </MstDistDropDown>
</ArrayOfMstDistDropDown>