POST place/{placeId}/waterLevel
Adds a new water level modification. FREE
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placeId | integer |
Required |
Body Parameters
the new water level
Flipr.Web.Api.Controllers.JsonWrappers.WaterLevelModification| Name | Description | Type | Additional 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": "2025-11-16T06:31:37.1862634+00:00",
"Id": 1
}
text/html
Sample:
{"FillPercentage":1.1,"Date":"2025-11-16T06:31:37.1862634+00:00","Id":1}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
the modif acknowledgement
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.