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": "ffedaa14-9c7e-4953-b461-70cd36610a7c",
"DashboardID": "ec2eb920-35d4-42fd-aa47-9c18b528d965",
"RoleID": "521109c9-89f4-4f5d-922f-251b2b65e2c9"
},
{
"$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.