GET api/PoctLogin/SubSubMenuAdd
Request Information
URI Parameters
None.
Body Parameters
SubSubMenuAddName | Description | Type | Additional information |
---|---|---|---|
MenuId | integer |
None. |
|
SubMenuId | integer |
None. |
|
SubSubMenu | string |
None. |
|
SubSubMenuLink | string |
None. |
|
OrderNo | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{ "MenuId": 1, "SubMenuId": 2, "SubSubMenu": "sample string 3", "SubSubMenuLink": "sample string 4", "OrderNo": 5 }
application/xml, text/xml
Sample:
<Login.SubSubMenuAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <MenuId>1</MenuId> <OrderNo>5</OrderNo> <SubMenuId>2</SubMenuId> <SubSubMenu>sample string 3</SubSubMenu> <SubSubMenuLink>sample string 4</SubSubMenuLink> </Login.SubSubMenuAdd>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.