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": "51adf421-bb41-49c5-bbcf-cff32fb877c8",
"DashboardID": "4e5d799e-0c06-45ff-a9b4-87834c3cdf86",
"RoleID": "eab30fa4-730f-4088-aad9-fe228301677a"
},
{
"$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.