PUT api/Welcome/UpdateWelcomeContent
Documentation for 'UpdateWelcomeContent'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| welcomeContentItem | Documentation for 'welcomeContentItem'. |
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:
<WelcomeContentVM 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> </WelcomeContentVM>
application/x-www-form-urlencoded
Sample:
Sample not available.