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