Skip to main content

report location

eviewLess than 1 minuteloctube-api

report location

url:/device/evgps/{deviceId}/event/trackerAppLocation

method:POST

produces:application/json

consumes:*/*

Note:

report location

Request Example:

{
  "dateTime": 0,
  "statusCode": 0,
  "lat": 0,
  "lng": 0,
  "radius": 0,
  "source": 0
}

Params:

Params:

namedescriptioninrequiretypeschema
deviceIdpathtruestring
trackerAppLocationTrackerAppLocationbodytrueTrackerAppLocationTrackerAppLocation
dateTimefalseinteger(int64)
statusCodefalseinteger(int64)
latfalsenumber(double)
lngfalsenumber(double)
radiusfalsenumber(double)
sourcefalseinteger(int32)