GET api/masters/Subject/SubjectForDropDown

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "SubjectID": 1,
    "SubjectName": "sample string 2"
  },
  {
    "SubjectID": 1,
    "SubjectName": "sample string 2"
  },
  {
    "SubjectID": 1,
    "SubjectName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMstSubjectDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
  <MstSubjectDropDown>
    <SubjectID>1</SubjectID>
    <SubjectName>sample string 2</SubjectName>
  </MstSubjectDropDown>
  <MstSubjectDropDown>
    <SubjectID>1</SubjectID>
    <SubjectName>sample string 2</SubjectName>
  </MstSubjectDropDown>
  <MstSubjectDropDown>
    <SubjectID>1</SubjectID>
    <SubjectName>sample string 2</SubjectName>
  </MstSubjectDropDown>
</ArrayOfMstSubjectDropDown>