POST api/Cookie/UpdateCookieContent
Documentation for 'UpdateCookieContent'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cookie | Documentation for 'cookie'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"isShow": true,
"isDisplayReadMore": true,
"place": 3,
"shortContent": "sample string 4",
"htmlContent": "sample string 5",
"language_Id": 6,
"id": 7
}
application/xml, text/xml
Sample:
<CookiePageVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>7</Id> <IsShow>true</IsShow> <IsDisplayReadMore>true</IsDisplayReadMore> <Place>3</Place> <ShortContent>sample string 4</ShortContent> <HtmlContent>sample string 5</HtmlContent> <Language_Id>6</Language_Id> </CookiePageVM>
application/x-www-form-urlencoded
Sample:
Sample not available.