POST api/HourMeter/{orgKey}/OdoMeterTurkReadings/add

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

Body Parameters

OdometerReadings
NameDescriptionTypeAdditional information
OdometerReadKey

integer

None.

AssetEventKey

integer

None.

Asset

Assets

None.

OdometerReadValue

decimal number

None.

OdometerReadValueStr

string

None.

OdometerReadGeoLatitude

decimal number

None.

OdometerReadGeoLongitude

decimal number

None.

OdometerReadDate

date

None.

OdometerReadCreateDate

date

None.

OdometerReadUpdateDate

date

None.

UserKey

integer

None.

AssetEvents

AssetEvents

None.

CreatedUser

UserModel

None.

OdometerImages

OdometerImages

None.

EmployeeContact

EmployeeContactModel

None.

OdometerReadAddress1

string

None.

OdometerReadAddress2

string

None.

OdometerReadCity

string

None.

OdometerReadState

string

None.

OdometerReadZipCode

string

None.

OdometerDataSource

OdometerDataSources

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:06.5920045+00:00"
}