PUT api/services
used for to change menu position
Request Information
URI Parameters
None.
Body Parameters
The NLNK.
lstexternalResourceName | Description | Type | Additional information |
---|---|---|---|
result |
Gets or sets the result. |
Collection of externalResourceSequence |
None. |
Request Formats
application/json, text/json
Sample:
{ "result": [ { "cMSMenuID": 1, "menuPosition": 1 }, { "cMSMenuID": 1, "menuPosition": 1 } ] }
text/html
Sample:
{"result":[{"cMSMenuID":1,"menuPosition":1},{"cMSMenuID":1,"menuPosition":1}]}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
lstexternalResourceName | Description | Type | Additional information |
---|---|---|---|
result |
Gets or sets the result. |
Collection of externalResourceSequence |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": [ { "cMSMenuID": 1, "menuPosition": 1 }, { "cMSMenuID": 1, "menuPosition": 1 } ] }
text/html
Sample:
{"result":[{"cMSMenuID":1,"menuPosition":1},{"cMSMenuID":1,"menuPosition":1}]}