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": "92ed2bfe-d675-4980-b5f6-ffd0b9d9357f",
"DashboardID": "abdef19e-9deb-4e9b-b80d-f84d4614580d",
"RoleID": "376d7992-e502-4f01-8de9-13bc2ed39541"
}
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.