Create

Use this API to create a Landmark. Landmark is a guide to an easily recognizable address that can be configured over an area. These are locations saved in Azuga that you can classify as home, client addresses, job locations etc. Landmarks help you determine if your vehicle is within 1 mile surrounding the landmark and stops and trips that occur to and fro.

📘

Sample Request

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

{  
   "name":"Supplier-7779",
   "latitude":36.36669,
   "longitude":-121.91816,
   "radiusUnit":"metres",
   "radius":4.1234,
   "icon":"Default",
   "type":"Customer",
   "groupName":"San Jose",
   "color":"#999999",
   "firstName":"Gary",
   "lastName":"Brown",
   "phoneNumber":"4084804433",
   "email":null
}

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!