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": "47336b2d-7682-40fd-8f89-9d64d58a94df",
"DashboardID": "3690a011-3c2b-4702-bb76-af86ef35a568",
"RoleID": "f36c78db-7613-4f34-bd6c-b4bdc32d5b79"
},
{
"$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.