Create device tracking data
POST/data/formatted/devices
Add tracking data for a device. FMDP platform dynamically generates Server Time, and unique packet id for every data packet it receives. If a user sends Packet ID or Server time in request, the system automatically overrides it and uses generated values,except for registration packet types.For registration packets, the request must include the server time
Request
Responses
- 202
- 400
- 403
- 404
- 500
Request is successful. Data is accepted.
Either the device id is missing/wrong, or the payload is not formatted correctly.
The device is disabled
The device is not registered
Something went wrong in the application or the depending services are down. Client should avoid retrying immediately.