POST place/newStrip
Request Information
URI Parameters
None.
Body Parameters
Flipr.Web.Api.Controllers.JsonWrappers.PoolStripTestName | Description | Type | Additional information |
---|---|---|---|
PlaceId | integer |
None. |
|
TH | integer |
None. |
|
TotalChlBr | integer |
None. |
|
TotalBr | integer |
None. |
|
FreeChlorine | integer |
None. |
|
PH | integer |
None. |
|
TAC | integer |
None. |
|
Stabilizer | integer |
None. |
|
StripVersion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlaceId": 1, "TH": 1, "TotalChlBr": 1, "TotalBr": 1, "FreeChlorine": 1, "PH": 1, "TAC": 1, "Stabilizer": 1, "StripVersion": 2 }
text/html
Sample:
{"PlaceId":1,"TH":1,"TotalChlBr":1,"TotalBr":1,"FreeChlorine":1,"PH":1,"TAC":1,"Stabilizer":1,"StripVersion":2}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Flipr.Data.NoSQL.Pool.PoolStripValueName | Description | Type | Additional information |
---|---|---|---|
PartitionKey | integer |
None. |
|
RowKey | integer |
None. |
|
Timestamp | date |
None. |
|
TotalHardness | decimal number |
None. |
|
TotalChlBr | decimal number |
None. |
|
FreeChlorine | decimal number |
None. |
|
PH | decimal number |
None. |
|
TotalAlk | decimal number |
None. |
|
Stabilizer | decimal number |
None. |
|
DateTicks | integer |
None. |
|
StripVersion | integer |
None. |
|
Analyze | string |
None. |
|
PartitionKey | string |
None. |
|
RowKey | string |
None. |
|
Timestamp | date |
None. |
|
ETag | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PartitionKey": 1, "Timestamp": "2024-09-19T22:13:47.9994763", "TotalHardness": 2.1, "TotalChlBr": 3.1, "FreeChlorine": 4.1, "PH": 5.1, "TotalAlk": 6.1, "Stabilizer": 7.1, "DateTicks": 1, "StripVersion": 8, "Analyze": "sample string 9" }
text/html
Sample:
{"PartitionKey":1,"Timestamp":"2024-09-19T22:13:47.9994763","TotalHardness":2.1,"TotalChlBr":3.1,"FreeChlorine":4.1,"PH":5.1,"TotalAlk":6.1,"Stabilizer":7.1,"DateTicks":1,"StripVersion":8,"Analyze":"sample string 9"}