PUT api/Footer/UpdateFooterContent
Documentation for 'UpdateFooterContent'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| footerContentItem | Documentation for 'footerContentItem'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"htmlContent": "sample string 1",
"language_Id": 2,
"footerLink_Id": 3,
"footerLink": {
"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
},
"id": 4
}
application/xml, text/xml
Sample:
<FooterContentVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Id>4</Id>
<HtmlContent>sample string 1</HtmlContent>
<Language_Id>2</Language_Id>
<FooterLink_Id>3</FooterLink_Id>
<FooterLink>
<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>
</FooterLink>
</FooterContentVM>
application/x-www-form-urlencoded
Sample:
Sample not available.