Adding a location via the API

Updated by Bob Medlin

Adding a location via the API

In order to do this you will need to have access to the APIs via your account  - speak to your MICHELIN Connected Fleet Account manager for further information.

Adding multiple new locations at the same time can be done using https://api.masternautconnect.com/connect-webservices/services//public/v1/customer/{customerId}/location

Response Format

{

  "address": "66 Bradford Rd, East Ardsley, Wakefield WF3 2EY, UK",

  "latitude": 53.721340,

  "longitude": -1.541350

}


How did we do?