GET api/masters/department/GetDeptDropDownForAdmission

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "DeptID": 1,
    "DeptName": "sample string 2"
  },
  {
    "DeptID": 1,
    "DeptName": "sample string 2"
  },
  {
    "DeptID": 1,
    "DeptName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMstDeptDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
  <MstDeptDropDown>
    <DeptID>1</DeptID>
    <DeptName>sample string 2</DeptName>
  </MstDeptDropDown>
  <MstDeptDropDown>
    <DeptID>1</DeptID>
    <DeptName>sample string 2</DeptName>
  </MstDeptDropDown>
  <MstDeptDropDown>
    <DeptID>1</DeptID>
    <DeptName>sample string 2</DeptName>
  </MstDeptDropDown>
</ArrayOfMstDeptDropDown>