POST Api/CustomMenuBar/SaveSeq
Request Information
URI Parameters
None.
Body Parameters
MenuCond| Name | Description | Type | Additional information |
|---|---|---|---|
| menus | Collection of MenuTree |
None. |
Request Formats
application/json, text/json
Sample:
{
"menus": [
{
"Id": "0a36d120-cc47-41ca-9909-3a2936acd164",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
},
{
"Id": "0a36d120-cc47-41ca-9909-3a2936acd164",
"Name": "sample string 2",
"Title": "sample string 3",
"Seq": 4,
"IsNewWin": true,
"IspType": "sample string 6"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}