Update

The update landmark API allows you to edit the details of an existing landmark. Only one landmark can be updated by a single API call. You are allowed to update landmarks for those you have access to modify.

📘

Sample Request

https://api.azuga.com/azuga-ws/v1/landmark/update.json

{  
   "name":"Office Building",
   "latitude":39.288815,
   "longitude": -77.860099,
   "radiusUnit":"miles",
   "radius":1.1234,
   "icon":"Default",
   "type":"Customer",
   "groupName":"San Jose",
   "color":"#999999",
   "firstName":"Gary",
   "lastName":"Thompson",
   "phoneNumber":"4084805544",
   "email":"[email protected]"
}

API Response explanation

FieldDescription
codeAPI Status Code
messageAPI Message (Success/Failure)
generatedAtAPI generation timestamp in UTC
reasonThe reason for failure
currentPageThe current page
totalPagesThe total number of pages in the result
Language
Authorization
Header
Click Try It! to start a request and see the response here!