ethMobileNotifications


Back to API doc top page.

Click here for a complete list of operations.

EnableNotification

Enable/disable sending push notification for specified push notification token.

POST /ethMobileNotifications.asmx/EnableNotification HTTP/1.1
Host: kumosensors.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "token":string
    "enable":boolean
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
}