PUT Application/PutDashboardRole

Request Information

URI Parameters

None.

Body Parameters

DashboardRole
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

DashboardID

globally unique identifier

Required

RoleID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "f4cd28d2-81f7-496f-bb97-1ef0060c6ff9",
  "DashboardID": "c0e8a626-7115-4637-8dc5-985090b97a65",
  "RoleID": "b1b44c11-32f8-4ab3-aa58-e542242fd70c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.