GET api/User/GetSubMenu?USERID={USERID}&HeadMenu={HeadMenu}
Documentation for 'GetSubMenu'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| USERID | Documentation for 'USERID'. |
Define this parameter in the request URI. |
| HeadMenu | Documentation for 'HeadMenu'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"data": [
{
"MENUNAME": "sample string 1",
"PAGENAME": "sample string 2",
"PAGEURL": "sample string 3",
"BASEURL": "sample string 4",
"MENUFONTCOLOR": "sample string 5",
"MENUBACKCOLOR": "sample string 6",
"MENUICONURL": "sample string 7"
},
{
"MENUNAME": "sample string 1",
"PAGENAME": "sample string 2",
"PAGEURL": "sample string 3",
"BASEURL": "sample string 4",
"MENUFONTCOLOR": "sample string 5",
"MENUBACKCOLOR": "sample string 6",
"MENUICONURL": "sample string 7"
},
{
"MENUNAME": "sample string 1",
"PAGENAME": "sample string 2",
"PAGEURL": "sample string 3",
"BASEURL": "sample string 4",
"MENUFONTCOLOR": "sample string 5",
"MENUBACKCOLOR": "sample string 6",
"MENUICONURL": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<BindSubMenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VCLCYL.API.Models">
<data>
<lstSubMenu>
<BASEURL>sample string 4</BASEURL>
<MENUBACKCOLOR>sample string 6</MENUBACKCOLOR>
<MENUFONTCOLOR>sample string 5</MENUFONTCOLOR>
<MENUICONURL>sample string 7</MENUICONURL>
<MENUNAME>sample string 1</MENUNAME>
<PAGENAME>sample string 2</PAGENAME>
<PAGEURL>sample string 3</PAGEURL>
</lstSubMenu>
<lstSubMenu>
<BASEURL>sample string 4</BASEURL>
<MENUBACKCOLOR>sample string 6</MENUBACKCOLOR>
<MENUFONTCOLOR>sample string 5</MENUFONTCOLOR>
<MENUICONURL>sample string 7</MENUICONURL>
<MENUNAME>sample string 1</MENUNAME>
<PAGENAME>sample string 2</PAGENAME>
<PAGEURL>sample string 3</PAGEURL>
</lstSubMenu>
<lstSubMenu>
<BASEURL>sample string 4</BASEURL>
<MENUBACKCOLOR>sample string 6</MENUBACKCOLOR>
<MENUFONTCOLOR>sample string 5</MENUFONTCOLOR>
<MENUICONURL>sample string 7</MENUICONURL>
<MENUNAME>sample string 1</MENUNAME>
<PAGENAME>sample string 2</PAGENAME>
<PAGEURL>sample string 3</PAGEURL>
</lstSubMenu>
</data>
<message>sample string 2</message>
<success>true</success>
</BindSubMenu>