PUT Application/PutDashboardRoles
Request Information
URI Parameters
None.
Body Parameters
Collection of DashboardRoleName | 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": "01e3498b-5f47-4409-8e0b-745dc3492546", "DashboardID": "fca661b0-1efd-4531-9ec0-30fe64fb36b1", "RoleID": "ddc5d29b-1938-4cba-820d-82f59d2e8c70" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.