POST api/DashBoardMaster/CreateDashboardFunction

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "D_F_ID": 1,
  "DASHBOARD_FUNC_NAME": "sample string 2",
  "DASHBOARD_CUNC_DESC": "sample string 3",
  "IS_LINKED": "sample string 4"
}

application/xml, text/xml

Sample:
<ComunityDashboardFunctions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <DASHBOARD_CUNC_DESC>sample string 3</DASHBOARD_CUNC_DESC>
  <DASHBOARD_FUNC_NAME>sample string 2</DASHBOARD_FUNC_NAME>
  <D_F_ID>1</D_F_ID>
  <IS_LINKED>sample string 4</IS_LINKED>
</ComunityDashboardFunctions>

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 'ComunityDashboardFunctions'.