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": "2025-04-03T21:15:01.7127772-07:00" } }