updateGeofence

GET request: This API is used to update a circular geofence in an account on Intouch.

Input:

  • License_key: the REST API license key allocated to you. This is part of URL structure.
  • geofenceId: MapmyIndia Geofence ID
  • name: Geofence name
  • latitude
  • longitude
  • radius: Value of the radius in meters. Maximum limit 36000
  • createdBy : Optional parameter. Name of the user who has created the geofence.
Output:
  • message: "success"
  • status: 200

Example URL Response:
https://apis.mapmyindia.com/intouch/v1/<licence_key>/updateGeofence?name=Ashoknagar&latitude=28.588619&longitude=77.301576&radius=2000&level=14

{  "message": "success",  "status": 200  }