Product/components used and version/fix level are you on:
Cumulocity Free Trial
Detailed explanation of the problem:
Hi, I just want to know if there is any way to post multiple measurements in 1 go in the cumulocity APIs. Like for example, it could be something like:
[
{
"source": {
"id": "1"
},
"time": "2023-05-09T09:30:30.500Z",
"type": "ABC",
"ABC": {
"A": {
"unit": "",
"value": 0.7
}
},
{
"source": {
"id": "2"
},
"time": "2023-05-09T09:30:30.500Z",
"type": "ABC",
"B": {
"B": {
"unit": "",
"value": 0.7
}
}
]
Something like this, could be the structure.
Regards,
Samanyu