POST Application/PostDashboardRoles
Request Information
URI Parameters
None.
Body Parameters
DashboardRole| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DashboardID | globally unique identifier |
Required |
|
| RoleID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "7f300ae9-4742-4b56-beba-c33373ece4bb",
"DashboardID": "13e3c703-66e4-4b02-bdc0-cd1b8c73c6ad",
"RoleID": "bb5d179d-6edb-4093-b168-2192f1f964d8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.