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": "eada14ea-63f8-41e6-af53-7803350b034f",
"DashboardID": "00e6322a-0cd1-419f-8e5f-c52efb6f4238",
"RoleID": "d5ecdcc2-5515-4885-9f04-a6779d3e98b8"
}
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.