PUT api/externalResource/{cmsMenuID}
used for change the menu name,menu position and url address
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cmsMenuID |
The CMS menu identifier. |
integer |
Required |
Body Parameters
The LNK.
ExternalResourcesLinkViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cMSMenuID |
Gets or sets the c ms menu identifier. |
integer |
None. |
| menuName |
Gets or sets the name of the menu. |
string |
None. |
| urlAddress |
Gets or sets the URL address. |
string |
None. |
| menuPosition |
Gets or sets the menu position. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cMSMenuID": 1,
"menuName": "sample string 2",
"urlAddress": "sample string 3",
"menuPosition": 1
}
text/html
Sample:
{"cMSMenuID":1,"menuName":"sample string 2","urlAddress":"sample string 3","menuPosition":1}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ExternalResourcesLinkViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cMSMenuID |
Gets or sets the c ms menu identifier. |
integer |
None. |
| menuName |
Gets or sets the name of the menu. |
string |
None. |
| urlAddress |
Gets or sets the URL address. |
string |
None. |
| menuPosition |
Gets or sets the menu position. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"cMSMenuID": 1,
"menuName": "sample string 2",
"urlAddress": "sample string 3",
"menuPosition": 1
}
text/html
Sample:
{"cMSMenuID":1,"menuName":"sample string 2","urlAddress":"sample string 3","menuPosition":1}