POST api/users/Settings/{UserName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserName

string

Required

Body Parameters

PortalSettings
NameDescriptionTypeAdditional information
ReceivePushNotifications

boolean

None.

ReceiveEmailNotifications

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "receivePushNotifications": true,
  "receiveEmailNotifications": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.