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": "2024-09-19T04:56:49.7201501-07:00"
  }
}