POST api/Support/SaveContentIndent?SubcategoryID={SubcategoryID}&Title={Title}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubcategoryID

integer

Required

Title

string

Required

Body Parameters

SupportHTMLHelper
NameDescriptionTypeAdditional information
html_helper

string

None.

Request Formats

application/json, text/json

Sample:
{
  "html_helper": "sample string 1"
}

text/plain

Sample:
{"html_helper":"sample string 1"}

application/xml, text/xml

Sample:
<SupportHTMLHelper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rtr.Api.Models.Support">
  <html_helper>sample string 1</html_helper>
</SupportHTMLHelper>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/plain

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>