PUT api/externalResource
used for change the menu position
Request Information
URI Parameters
None.
Body Parameters
The LNK.
Collection of externalResourceSequenceName | Description | Type | Additional 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:
Response Information
Resource Description
externalResourceSequenceName | Description | Type | Additional 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}