PUT api/RBNotificationOptOut
Puts the rb notification opt out.
Request Information
URI Parameters
None.
Body Parameters
The rb notification opt out view.
RBNotificationOptOutViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID |
Gets or sets the device identifier. |
string |
None. |
| IsOptOut |
Gets or sets the is opt out. |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "sample string 1",
"IsOptOut": true
}
text/html
Sample:
{"DeviceID":"sample string 1","IsOptOut":true}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.