| headers | object | | |
| body | object | | |
| body.metadata | object | | |
| body.metadata.numberOfMeasuresSaved | integer | The number of measurement successfully written to the DB | 5 |
| body.metadata.numberOfMeasuresFailed | integer | The number of measurement failed to be written to the DB | 5 |
| body.failedMeasures | array | List of measurement sent by the user and failed to be written to the DB | |
| body.failedMeasures[index] | array | List of measurement sent by the user and failed to be written to the DB | |
| body.failedMeasures[index].metadata | object | | |
| body.failedMeasures[index].metadata.timestamp | string | A UTC date-time in the ISO-8601 format | 2007-12-20T10:15:30Z |
| body.failedMeasures[index].metadata.deviceId | string | The device id that sent the measurement | device12345 |
| body.failedMeasures[index].metadata.patientId | string | The patient id that the measurement belongs to | 3fa85f64-5717-4562-b3fc-2c963f66afa6 |
| body.failedMeasures[index].metadata.sessionId | string | The session id that the measurement belongs to | 6b52af6e-92c8-4827-aaf2-d8805586ab5f |
| body.failedMeasures[index].data | object | | |
| body.failedMeasures[index].failureData | array | | |
| body.failedMeasures[index].failureData[index] | array | | |
| body.failedMeasures[index].failureData[index].attributeName | string | The name of the attribute that failed the measurement | hr |
| body.failedMeasures[index].failureData[index].description | string | Describing the reason that a specific measurement failed to be written to the DB | Encoded data sent in waveform for attribute: int_wave is invalid. Data is: AABB== |
| body.failedMeasures[index].failureData[index].code | string | The code of the exception that failed the measurement to be written to the DB | INVALID_WAVEFORM_DATA |
| body.failedMeasures[index].failureData[index].entireMessageFailure | string | Specifies if some data from the message was registered Values:ENTIRE_MESSAGE_FAILURE,PARTIAL_MESSAGE_FAILURE,UNKNOWN | PARTIAL_MESSAGE_FAILURE |
| statusCode | object | | |
| statusCode.is4xxClientError | boolean | | |
| statusCode.error | boolean | | |
| statusCode.is5xxServerError | boolean | | |
| statusCode.is1xxInformational | boolean | | |
| statusCode.is2xxSuccessful | boolean | | |
| statusCode.is3xxRedirection | boolean | | |
| statusCodeValue | integer | | |