ethMobileNotifications


Back to API doc top page.

Click here for a complete list of operations.

UpdateRegion

Update Postion

When user configures a KumoApps that uses user specified device's location, the device receives the region from UpdateToken and sends its position data upon entry or exit events. The method also kicks off events registered in KumoApps.

POST /ethMobileNotifications.asmx/UpdateRegion HTTP/1.1
Host: wirelesstag.net
Content-Type: application/json; charset=utf-8
Content-Length: length

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

{
}