POST Module
checks the calibration, and fixes it if needed
Request Information
URI Parameters
None.
Body Parameters
the ph4 calibration
Flipr.Data.NoSQL.Device.RawDataName | Description | Type | Additional information |
---|---|---|---|
DeviceId | string |
None. |
|
DateTime | date |
None. |
|
Data | string |
None. |
|
RawOxydoReducPotentiel | integer |
None. |
|
RawPhSensorVoltage | integer |
None. |
|
RawTemperature | integer |
None. |
|
RawConductivity | integer |
None. |
|
ModeCode | integer |
None. |
|
MesureId | integer |
None. |
|
RawBatteryLevel | integer |
None. |
|
RawBestOrp | integer |
None. |
|
IsInactivated | boolean |
None. |
|
Source | Flipr.Data.NoSQL.Device.DataSource |
None. |
|
DataSourceCode | integer |
None. |
|
OxydoReducPotentiel | decimal number |
None. |
|
RawPH | decimal number |
None. |
|
Conductivity | decimal number |
None. |
|
Temperature | decimal number |
None. |
|
DataType | Flipr.Data.NoSQL.Device.DataType |
None. |
|
Snr | decimal number |
None. |
|
Station | string |
None. |
|
AverageSnr | decimal number |
None. |
|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
Rssi | string |
None. |
|
SequenceNumber | integer |
None. |
|
Ph4Value | decimal number |
None. |
|
Ph7Value | decimal number |
None. |
|
CyaClass | integer |
None. |
|
CyaValue | decimal number |
None. |
|
PoolTreatment | Flipr.Data.SQL.Pool.TreatmentCode |
None. |
|
PartitionKey | string |
None. |
|
RowKey | string |
None. |
|
Timestamp | date |
None. |
|
ETag | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DeviceId": "sample string 1", "DateTime": "2023-01-29T11:16:30.4551884+00:00", "Data": "sample string 3", "RawOxydoReducPotentiel": 4, "RawPhSensorVoltage": 5, "RawTemperature": 6, "RawConductivity": 7, "MesureId": 8, "RawBatteryLevel": 9, "RawBestOrp": 10, "IsInactivated": true, "Source": 12, "OxydoReducPotentiel": 13.1, "RawPH": 14.1, "Conductivity": 18.1, "Temperature": 19.1, "DataType": 22 }
text/html
Sample:
{"DeviceId":"sample string 1","DateTime":"2023-01-29T11:16:30.4551884+00:00","Data":"sample string 3","RawOxydoReducPotentiel":4,"RawPhSensorVoltage":5,"RawTemperature":6,"RawConductivity":7,"MesureId":8,"RawBatteryLevel":9,"RawBestOrp":10,"IsInactivated":true,"Source":12,"OxydoReducPotentiel":13.1,"RawPH":14.1,"Conductivity":18.1,"Temperature":19.1,"DataType":22}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
false if the calibrations have been invalidated
booleanResponse Formats
application/json, text/json, text/html
Sample:
true