POST api/DashBoardMaster/CreateDashboardMaster

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_ID": 1,
  "DASHBOARD_NAME": "sample string 2",
  "DASHBOARD_DESC": "sample string 3",
  "IS_LINKED": "sample string 4",
  "IS_LINKED_WITH_ROLE": "sample string 5"
}

application/xml, text/xml

Sample:
<ComunityDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.CompanySetup">
  <DASHBOARD_DESC>sample string 3</DASHBOARD_DESC>
  <DASHBOARD_NAME>sample string 2</DASHBOARD_NAME>
  <D_ID>1</D_ID>
  <IS_LINKED>sample string 4</IS_LINKED>
  <IS_LINKED_WITH_ROLE>sample string 5</IS_LINKED_WITH_ROLE>
</ComunityDashboard>

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