PUT api/externalResource

used for change the menu position

Request Information

URI Parameters

None.

Body Parameters

The LNK.

Collection of externalResourceSequence
NameDescriptionTypeAdditional information
cMSMenuID

Gets or sets the c ms menu identifier.

integer

None.

menuPosition

Gets or sets the menu position.

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "cMSMenuID": 1,
    "menuPosition": 1
  },
  {
    "cMSMenuID": 1,
    "menuPosition": 1
  }
]

text/html

Sample:
[{"cMSMenuID":1,"menuPosition":1},{"cMSMenuID":1,"menuPosition":1}]

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 'List`1'.

Response Information

Resource Description

externalResourceSequence
NameDescriptionTypeAdditional information
cMSMenuID

Gets or sets the c ms menu identifier.

integer

None.

menuPosition

Gets or sets the menu position.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "cMSMenuID": 1,
  "menuPosition": 1
}

text/html

Sample:
{"cMSMenuID":1,"menuPosition":1}