go back Home

RowMcPosition

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_position company_id="..." id="..." auto_home_location="..." direction="..." driver2_id="..." driver_id="..." exclude_fueltax="..." fuel_level="..." geo_id="..." geo_location="..." ignition_on_flag="..." in_zone_id="..." latitude="..." longitude="..." mc_unit_no="..." mc_unit_type="..." movement_id="..." near_b_city="..." near_landmk="..." near_s_city="..." odometer="..." out_zone_id="..." position_date="..." position_status="..." position_type="..." speed="..." stopped_date="..." trp_uid="..."/>

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_position","company_id":"...","id":"...","auto_home_location":"...","direction":"...","driver2_id":"...","driver_id":"...","exclude_fueltax":"...","fuel_level":"...","geo_id":"...","geo_location":"...","ignition_on_flag":"...","in_zone_id":"...","latitude":"...","longitude":"...","mc_unit_no":"...","mc_unit_type":"...","movement_id":"...","near_b_city":"...","near_landmk":"...","near_s_city":"...","odometer":"...","out_zone_id":"...","position_date":"...","position_status":"...","position_type":"...","speed":"...","stopped_date":"...","trp_uid":"..."}

Fields

key name size type
company_id 4 String
id 40 String
auto_home_location 32 String
direction 3 String
driver2_id 8 String
driver_id 8 String
exclude_fueltax 1 String
fuel_level 1 String
geo_id 8 String
geo_location 40 String
ignition_on_flag 1 String
in_zone_id 3 String
latitude 10.6 BigDecimal
longitude 10.6 BigDecimal
mc_unit_no 8 String
mc_unit_type 4 String
movement_id 32 String
near_b_city 255 String
near_landmk 255 String
near_s_city 255 String
odometer 9.2 BigDecimal
out_zone_id 3 String
position_date 19 Date
position_status 1 String
position_type 1 String
speed 10 int
stopped_date 19 Date
trp_uid 10 int