POST place/{placeId}/waterLevel

Adds a new water level modification. FREE

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeId

integer

Required

Body Parameters

the new water level

Flipr.Web.Api.Controllers.JsonWrappers.WaterLevelModification
NameDescriptionTypeAdditional information
FillPercentage

Gets or sets the fill percentage

decimal number

None.

Date

Gets or sets the water level modification's date

date

None.

Id

Gets or sets the id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FillPercentage": 1.1,
  "Date": "2024-05-02T02:26:05.9426735+00:00",
  "Id": 1
}

text/html

Sample:
{"FillPercentage":1.1,"Date":"2024-05-02T02:26:05.9426735+00:00","Id":1}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

the modif acknowledgement

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.