PUT api/Footer/UpdateFooterMenu

Documentation for 'UpdateFooterMenu'.

Request Information

Parameters

NameDescriptionAdditional information
footerMenu
Documentation for 'footerMenu'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "sequence": 1,
  "displayOn": 2,
  "location": "sample string 3",
  "literalCode": "sample string 4",
  "text": "[sample string 5]sample string 4??",
  "id": 6
}

application/xml, text/xml

Sample:
<FooterMenuVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>6</Id>
  <LiteralCode>sample string 4</LiteralCode>
  <LangCode>sample string 5</LangCode>
  <Sequence>1</Sequence>
  <DisplayOn>2</DisplayOn>
  <Location>sample string 3</Location>
</FooterMenuVM>

application/x-www-form-urlencoded

Sample:

Sample not available.