POST device/locationhistory
Receives a list of device's coordinates.
Remarks
C4M Error Code returned:
- null - Locations stored successfully. 
- 200 - Ok - Locations stored successfully. 
- 400 - Bad Request - Cannot store locations without device date. 
- 400 - Bad Request - The size of the list is bigger than the maximum allowed (100 elements). 
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| receivedLocations | List of collected locations of the device. | Define this parameter in the request body. | 
Request body formats
application/json, text/json
					Sample:
							
    null
Response Information
Operation result.
Response body formats
application/json, text/json
					Sample:
							
    Sample not available.