Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
width50%


Panel
borderColor#CCCCCC
bgColor#FFFFFF
titleBGColor#F0F0F0
borderStylesolid
titleIn the section:
borderStylesolid
Table of Contents



 
Column


APNS(iOS), C2DN (Android), etc. notification systems are in use.

deviceid – device token (APNs), registration id (C2DN), etc.;

username userparam – login. The field can be blank.

...

The POST body should contain information about created subscribing. Only JSON format is received. It's required to specify the Content-Type title properly.

 


Sample of responserequest:

JSON

Content-Type  :  application/json

...

    "deviceid" : "somedeviceid"
}

...


Subscription cancellation

...