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": "9b967079-919e-401d-b56f-1402c9f89d16",
  "DashboardID": "18b7e60e-37d3-4bc0-be8f-3cdcc8dc41d2",
  "RoleID": "836f3982-bc05-4570-82b0-84a0040ac478"
}

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.