PUT api/RBNotificationOptOut

Puts the rb notification opt out.

Request Information

URI Parameters

None.

Body Parameters

The rb notification opt out view.

RBNotificationOptOutViewModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RBNotificationOptOutViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.