POST api/dashboard/create
Create/Update dashboard
Request Information
URI Parameters
None.
Body Parameters
SetDashboardCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| IsPMDashboard | boolean |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"Title": "sample string 1",
"IsPMDashboard": true,
"Id": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.