POST api/Services/AddNewHelp

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
help
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "description": "sample string 1",
  "heading": "sample string 2",
  "created_date": "sample string 3",
  "created_by": 4,
  "id": 5,
  "search": "sample string 6",
  "short_desc": "sample string 7",
  "d_data": "QEBA",
  "head": "QEBA",
  "d_short": "QEBA"
}

application/xml, text/xml

Sample:
<HelpsParamsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KcclModel.dto">
  <created_by>4</created_by>
  <created_date>sample string 3</created_date>
  <d_data>QEBA</d_data>
  <d_short>QEBA</d_short>
  <description>sample string 1</description>
  <head>QEBA</head>
  <heading>sample string 2</heading>
  <id>5</id>
  <search>sample string 6</search>
  <short_desc>sample string 7</short_desc>
</HelpsParamsDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HelpsParamsDto'.