POST API/FlowMeter
URL:- https://ejalshakti.gov.in/IoT_API/API/FlowMeter
Request Information
Body Parameters
Flowmeterinput| Name | Description | Type | Additional information |
|---|---|---|---|
| VillageId | string |
None. |
|
| GatewayId | string |
Required |
|
| WaterSupply | decimal number |
Required |
|
| LPCD | decimal number |
Required |
|
| Date | date |
Required Data type: Date |
Request Formats
application/json, text/json
Sample:
{
"VillageId": "sample string 1",
"GatewayId": "sample string 2",
"WaterSupply": 3.0,
"LPCD": 4.0,
"Date": "2026-04-05T13:23:18.825313+05:30"
}
application/xml, text/xml
Sample:
<Flowmeterinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IoT_API.Models"> <Date>2026-04-05T13:23:18.825313+05:30</Date> <GatewayId>sample string 2</GatewayId> <LPCD>4</LPCD> <VillageId>sample string 1</VillageId> <WaterSupply>3</WaterSupply> </Flowmeterinput>
application/x-www-form-urlencoded
Sample:
Sample not available.