go back Home

RowMcPerformx

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<mc_performx company_id="..." id="..." brake_app="..." cruise_dist="..." cruise_events="..." cruise_fuel="..." cruise_time="..." distance="..." distance_um="..." driver_id="..." end_date="..." end_odometer="..." end_odometer_um="..." engine_time="..." excess_speed="..." excess_speed_time="..." gallons_idlefuel="..." gallons_of_fuel="..." gallons_parkedfuel="..." hard_braking="..." jbrake_count="..." long_idle_count="..." long_idle_thresh="..." long_idle_time="..." mc_unit_id="..." moving_time="..." over_rpm_high_throttle="..." over_rpm_low_throttle="..." over_rpm_time="..." over_speed="..." over_speed_high_throttle="..." over_speed_low_throttle="..." over_speed_time="..." rpm_thresh="..." seatbelt_time="..." short_idle_count="..." short_idle_time="..." start_date="..." start_odometer="..." start_odometer_um="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"mc_performx","company_id":"...","id":"...","brake_app":"...","cruise_dist":"...","cruise_events":"...","cruise_fuel":"...","cruise_time":"...","distance":"...","distance_um":"...","driver_id":"...","end_date":"...","end_odometer":"...","end_odometer_um":"...","engine_time":"...","excess_speed":"...","excess_speed_time":"...","gallons_idlefuel":"...","gallons_of_fuel":"...","gallons_parkedfuel":"...","hard_braking":"...","jbrake_count":"...","long_idle_count":"...","long_idle_thresh":"...","long_idle_time":"...","mc_unit_id":"...","moving_time":"...","over_rpm_high_throttle":"...","over_rpm_low_throttle":"...","over_rpm_time":"...","over_speed":"...","over_speed_high_throttle":"...","over_speed_low_throttle":"...","over_speed_time":"...","rpm_thresh":"...","seatbelt_time":"...","short_idle_count":"...","short_idle_time":"...","start_date":"...","start_odometer":"...","start_odometer_um":"..."}

Fields

key name size type
company_id 4 String
id 32 String
brake_app 10 int
cruise_dist 10 int
cruise_events 10 int
cruise_fuel 10 int
cruise_time 10 int
distance 10.1 BigDecimal
distance_um 2 String
driver_id 8 String
end_date 19 Date
end_odometer 10.1 BigDecimal
end_odometer_um 2 String
engine_time 10 int
excess_speed 10 int
excess_speed_time 10 int
gallons_idlefuel 10 int
gallons_of_fuel 10 int
gallons_parkedfuel 10 int
hard_braking 10 int
jbrake_count 10 int
long_idle_count 10 int
long_idle_thresh 10 int
long_idle_time 10 int
mc_unit_id 8 String
moving_time 10 int
over_rpm_high_throttle 10 int
over_rpm_low_throttle 10 int
over_rpm_time 10 int
over_speed 10 int
over_speed_high_throttle 10 int
over_speed_low_throttle 10 int
over_speed_time 10 int
rpm_thresh 10 int
seatbelt_time 10 int
short_idle_count 10 int
short_idle_time 10 int
start_date 19 Date
start_odometer 10.1 BigDecimal
start_odometer_um 2 String