POST api/UBGetMeterExchangeFinalReadInfo
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"EnterFinalReading": true,
"OverrideUnbilledReading": true,
"CustomerServiceId": 3,
"FinalReading": 4.0,
"RollOverConsumption": true
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"UBMeterExchangeFinalReadPoco": {
"Reading": 1.0,
"Consumption": 2.0,
"BatchNumber": "sample string 3",
"ReadingLabel": "sample string 4",
"BatchNumberLabel": "sample string 5",
"ReadDate": "2026-05-28T10:49:57.8627617-07:00"
}
}