For more information on using API

PUT http://webapi.mymarketing.co.il/api/account/notifications

Update notifications status

Request Information

URI Parameters

Body Parameters

ApiMobileUserNotification

Name

Description

Type

Additional information

approved

boolean
key

string

Request Formats

application/json, text/json

Sample:
{
  "approved": true,
  "key": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiMobileUserNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ActiveTrail.RESTfulApi.Models">
  <approved>true</approved>
  <key>sample string 2</key>
</ApiMobileUserNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.