PUT api/Footer/UpdateFooterLink

Documentation for 'UpdateFooterLink'.

Request Information

Parameters

NameDescriptionAdditional information
footerLink
Documentation for 'footerLink'.

Define this parameter in the request body.

Request body formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.