POST api/asset/{orgKey}/sethourmeter/{assetKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

assetKey

integer

Required

Body Parameters

HourMeterReadings
NameDescriptionTypeAdditional information
HourMeterReadKey

integer

None.

AssetEventKey

integer

None.

Asset

Assets

None.

HourMeterReadValue

decimal number

None.

HourMeterReadValueStr

string

None.

HourMeterReadGeoLatitude

decimal number

None.

HourMeterReadGeoLongitude

decimal number

None.

HourMeterReadDate

date

None.

HourMeterReadCreateDate

date

None.

HourMeterReadUpdateDate

date

None.

UserKey

integer

None.

AssetEvents

AssetEvents

None.

CreatedUser

UserModel

None.

HourMeterImages

HourMeterImages

None.

EmployeeContact

EmployeeContactModel

None.

HourMeterReadAddress1

string

None.

HourMeterReadAddress2

string

None.

HourMeterReadCity

string

None.

HourMeterReadState

string

None.

HourMeterReadZipCode

string

None.

HourMeterDataSource

HourMeterDataSources

None.

HourMeterType

HourMeterType

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

TotalCount

integer

None.

ModelObject

Object

None.

CurrentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "totalCount": 3,
  "modelObject": {},
  "currentDateTime": "2026-01-29T20:40:07.0920149+00:00"
}