POST

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

POST Meter Readings

Create a meter reading record.

POST /ODataApi/v1/MeterReadings

Endpoint

https://{site}.mvpplant.com/ODataApi/v1/MeterReadings

Replace {site} with your MVP One site name.

Request body fields

FieldData typeRequiredDescription
MeterIDStringYesIdentifier of the meter receiving the reading.
DescriptionStringNoDescription of the meter reading.
MeterReadingDecimalNoMeter reading value.
UnitStringNoUnit associated with the meter reading.
ReadingDateDateTimeNoDate and time the meter reading was recorded.
EventStringNoEvent associated with the meter reading.

Key: MeterID

Example request

{
  "MeterID": "METER-1001",
  "Description": "Monthly operating-hours reading",
  "MeterReading": 1250.5,
  "Unit": "Hours",
  "ReadingDate": "2026-06-22T10:30:00",
  "Event": "Reading"
}

Example endpoint

POST https://company.mvpplant.com/ODataApi/v1/MeterReadings

Response

The response type is not specified in the available endpoint metadata.

Notes

  • Include MeterID in every request.
  • Send only the fields you need to create the meter reading record.
  • Use the date and time format expected by your MVP One environment for ReadingDate.
Response

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!