PUT Application/PutDashboardRole
Request Information
URI Parameters
None.
Body Parameters
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": "3b91831a-e478-4b2e-b3f1-f54e53899ca7",
"DashboardID": "6d224a45-32aa-4ea9-ac13-78f673f306a7",
"RoleID": "bdf21dc4-63f4-4cca-ad1f-1a0a99ad209b"
}
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.