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": "03f86d26-8c19-4a59-852a-2d6cb0023711",
      "Name": "sample string 2",
      "Title": "sample string 3",
      "Seq": 4,
      "IsNewWin": true,
      "IspType": "sample string 6"
    },
    {
      "Id": "03f86d26-8c19-4a59-852a-2d6cb0023711",
      "Name": "sample string 2",
      "Title": "sample string 3",
      "Seq": 4,
      "IsNewWin": true,
      "IspType": "sample string 6"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MenuCond'.

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": {}
}