PUT api/role/{id}/setportaloverrides

Set portal configuration exclusivity overrides

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The role id

integer

Required

Body Parameters

SetPortalConfigDelaysDataContract
NameDescriptionTypeAdditional information
PortalConfigurationId

integer

None.

ExclusiveHours

integer

None.

Enabled

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "PortalConfigurationId": 1,
  "ExclusiveHours": 2,
  "Enabled": true
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.