POST api/users/Settings/{UserName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
Body Parameters
PortalSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceivePushNotifications | boolean |
None. |
|
| ReceiveEmailNotifications | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"receivePushNotifications": true,
"receiveEmailNotifications": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.