PUT api/services

used for to change menu position

Request Information

URI Parameters

None.

Body Parameters

The NLNK.

lstexternalResource
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

lstexternalResource
NameDescriptionTypeAdditional 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}]}