POST Request Parameters

Parameter Description Usage
locations contains the following elements:
objectId Uniquely identifies location coordinates. If provided, the associated objectId with each location coordinate 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
locations.geometry contains the following elements:
type Point Optional
coordinates Longitude & Latitude Required
preferences object contains the following elements:
includeGeometry Specifies whether or not to include the geometry. If 'Y' is specified geometry will be shown in response. If 'N' is specified , the specified geometry will not be shown in response.

Possible values: Y or N

Default: 'N'
Optional