POST api/CaseSys/Sys_NavigationMenu
Request Information
URI Parameters
None.
Body Parameters
Sys_NavigationMenuName | Description | Type | Additional information |
---|---|---|---|
NMID | integer |
None. |
|
name | string |
None. |
|
title | string |
None. |
|
icon | string |
None. |
|
jump | string |
None. |
|
parentId | integer |
None. |
|
spread | boolean |
None. |
|
restrictive | boolean |
None. |
|
sortIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "NMID": 1, "name": "sample string 2", "title": "sample string 3", "icon": "sample string 4", "jump": "sample string 5", "parentId": 6, "spread": true, "restrictive": true, "sortIndex": 1 }
application/xml, text/xml
Sample:
<Sys_NavigationMenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data"> <NMID>1</NMID> <icon>sample string 4</icon> <jump>sample string 5</jump> <name>sample string 2</name> <parentId>6</parentId> <restrictive>true</restrictive> <sortIndex>1</sortIndex> <spread>true</spread> <title>sample string 3</title> </Sys_NavigationMenu>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Sys_NavigationMenuName | Description | Type | Additional information |
---|---|---|---|
NMID | integer |
None. |
|
name | string |
None. |
|
title | string |
None. |
|
icon | string |
None. |
|
jump | string |
None. |
|
parentId | integer |
None. |
|
spread | boolean |
None. |
|
restrictive | boolean |
None. |
|
sortIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "NMID": 1, "name": "sample string 2", "title": "sample string 3", "icon": "sample string 4", "jump": "sample string 5", "parentId": 6, "spread": true, "restrictive": true, "sortIndex": 1 }
application/xml, text/xml
Sample:
<Sys_NavigationMenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data"> <NMID>1</NMID> <icon>sample string 4</icon> <jump>sample string 5</jump> <name>sample string 2</name> <parentId>6</parentId> <restrictive>true</restrictive> <sortIndex>1</sortIndex> <spread>true</spread> <title>sample string 3</title> </Sys_NavigationMenu>