REST API Test Page
Operation
POST
on
/setup/subscribe/notification/apple/{providerApplicationId}
Subscribe an Apple device to the notification service
Produces
: application/json
Parameters
Name
Type
Value
Description
providerApplicationId
Path Variable
*
The provider application Id
(JSON)
Request Body
{ "device" : { "udid" : "a udid", "model" : "a model", "version" : "a version", "name" : "a push device name", "metadata" : "some metadata" }, "deviceToken" : "a device token", "userId" : "a user id", "badge" : false, "alert" : true, "sound" : false }
*
Json description of the device to subscribe and the configuration wanted
Result
HTTP Status :