Synchronize readings
Mis à jour
Mis à jour
POST /readings/synchronize HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 230
{
"readings": [
{
"reading": {
"deviceId": "text",
"contentId": "text",
"startDate": "2026-03-14T12:04:29.939Z",
"endDate": "2026-03-14T12:04:29.939Z",
"uniqueId": "text"
},
"events": [
{
"eventType": "text",
"timestamp": "2026-03-14T12:04:29.939Z"
}
]
}
]
}