POST AdminApi/CustomMenuBar/SaveSeq

Request Information

URI Parameters

None.

Body Parameters

MenuCond
NameDescriptionTypeAdditional information
menus

Collection of MenuTree

None.

Request Formats

application/json, text/json

Sample:
{
  "menus": [
    {
      "Id": "43a29283-cfaa-40c3-8d4e-f4c22755f4a9",
      "Name": "sample string 2",
      "Title": "sample string 3",
      "Seq": 4,
      "IsNewWin": true,
      "IspType": "sample string 6"
    },
    {
      "Id": "43a29283-cfaa-40c3-8d4e-f4c22755f4a9",
      "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
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}