put
https://api.azuga.com/azuga-ws/v1/landmark/update.json
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.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Request
{
"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
| Field | Description |
|---|---|
| code | API Status Code |
| message | API Message (Success/Failure) |
| generatedAt | API generation timestamp in UTC |
| reason | The reason for failure |
| currentPage | The current page |
| totalPages | The total number of pages in the result |

