POST Application/PostDashboardRoles
Request Information
URI Parameters
None.
Body Parameters
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": "041ecc41-ba96-4a61-8799-687b2fc38074", "DashboardID": "fc9e02e8-39e3-43c4-a9ca-37b2203516a1", "RoleID": "f2cef0ec-8d16-4a29-8a4a-69396f3f2cba" }
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.