POST place/newStrip

Request Information

URI Parameters

None.

Body Parameters

Flipr.Web.Api.Controllers.JsonWrappers.PoolStripTest
NameDescriptionTypeAdditional 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.PoolStripValue
NameDescriptionTypeAdditional 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.

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-05-02T01:26:39.1978477",
  "TotalHardness": 2.1,
  "TotalChlBr": 3.1,
  "FreeChlorine": 4.1,
  "PH": 5.1,
  "TotalAlk": 6.1,
  "Stabilizer": 7.1,
  "StripVersion": 8,
  "Analyze": "sample string 9"
}

text/html

Sample:
{"PartitionKey":1,"Timestamp":"2024-05-02T01:26:39.1978477","TotalHardness":2.1,"TotalChlBr":3.1,"FreeChlorine":4.1,"PH":5.1,"TotalAlk":6.1,"Stabilizer":7.1,"StripVersion":8,"Analyze":"sample string 9"}