GET api/masters/designation/DesigDropDown
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"DesigID": 1,
"DesigName": "sample string 2"
},
{
"DesigID": 1,
"DesigName": "sample string 2"
},
{
"DesigID": 1,
"DesigName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfMstDesigDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
<MstDesigDropDown>
<DesigID>1</DesigID>
<DesigName>sample string 2</DesigName>
</MstDesigDropDown>
<MstDesigDropDown>
<DesigID>1</DesigID>
<DesigName>sample string 2</DesigName>
</MstDesigDropDown>
<MstDesigDropDown>
<DesigID>1</DesigID>
<DesigName>sample string 2</DesigName>
</MstDesigDropDown>
</ArrayOfMstDesigDropDown>