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.WaterLevelModificationName | 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": "2024-10-04T11:54:08.6623375+00:00", "Id": 1 }
text/html
Sample:
{"FillPercentage":1.1,"Date":"2024-10-04T11:54:08.6623375+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.