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