POST notificationInfo

Request Information

URI Parameters

None.

Body Parameters

NotificationInfoDTO
NameDescriptionTypeAdditional information
UpdatesFeatures

boolean

None.

NewsPromotios

boolean

None.

Inbox

boolean

None.

UpdatesClass

boolean

None.

CancellationClass

boolean

None.

Payment

boolean

None.

User

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UpdatesFeatures": true,
  "NewsPromotios": true,
  "Inbox": true,
  "UpdatesClass": true,
  "CancellationClass": true,
  "Payment": true,
  "User": "sample string 7"
}

application/xml, text/xml

Sample:
<NotificationInfoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DANZAMIOApi.Models">
  <CancellationClass>true</CancellationClass>
  <Inbox>true</Inbox>
  <NewsPromotios>true</NewsPromotios>
  <Payment>true</Payment>
  <UpdatesClass>true</UpdatesClass>
  <UpdatesFeatures>true</UpdatesFeatures>
  <User>sample string 7</User>
</NotificationInfoDTO>

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 'NotificationInfoDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.