POST Request Parameters

The POST request (timezoneLocationRequest) comprises the following input parameters:
  • locationTime - Request object which takes the following attributes. Required.
Parameter Description Usage
objectId Uniquely identifies location. If provided, the associated objectId with each location is returned in the response for reference. It should be a valid positive integer. If not provided, then the objectId is generated starting '1' and auto incremented. Optional
timestamp Specifies UTC time in milliseconds. The value is time elapsed since January 1, 1970 UTC. The input can contain negative and positive values, where the positive values express time after January 1, 1970 UTC, and negative values express time before January 1, 1970 UTC. Required
coordinates Location Coordinates i.e. Longitude and Latitude of the Location. (WGS 84 datum/EPSG:4326 coordinate system) Required
type Geometry Type which is “Point” in this case. Required