PUT Application/PutDashboardRoles
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "d92f6cb5-c066-4abf-8df2-7bb2881c8573",
"DashboardID": "c95a005a-c64f-4ff6-97f6-c9c2ec4b7a0f",
"RoleID": "473c69e7-1cce-4cf2-80e9-1b60e87070c8"
},
{
"$ref": "1"
}
]
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.