go back Home

RowCallin

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.

<callin company_id="..." id="..." call_date_time="..." callin_script_results="..." callin_script_template="..." city_id="..." city_name="..." current_stop_id="..." driver_id="..." entered_by="..." entered_date="..." equipment_group_id="..." gps_accuracy="..." initiated_type="..." latitude="..." longitude="..." miles2consignee="..." miles2consignee_um="..." movement_id="..." movement_status="..." new_eta="..." next_stop_avg_speed="..." next_stop_city_id="..." next_stop_city_name="..." next_stop_state="..." next_stop_time_left="..." next_stop_zip_code="..." order_id="..." payee_id="..." remark="..." sched_date_time="..." setpoint_temp="..." setpoint_temp_um="..." state="..." temperature="..." temperature_um="..." tractor_id="..." zip_code="..."/>

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":"callin","company_id":"...","id":"...","call_date_time":"...","callin_script_results":"...","callin_script_template":"...","city_id":"...","city_name":"...","current_stop_id":"...","driver_id":"...","entered_by":"...","entered_date":"...","equipment_group_id":"...","gps_accuracy":"...","initiated_type":"...","latitude":"...","longitude":"...","miles2consignee":"...","miles2consignee_um":"...","movement_id":"...","movement_status":"...","new_eta":"...","next_stop_avg_speed":"...","next_stop_city_id":"...","next_stop_city_name":"...","next_stop_state":"...","next_stop_time_left":"...","next_stop_zip_code":"...","order_id":"...","payee_id":"...","remark":"...","sched_date_time":"...","setpoint_temp":"...","setpoint_temp_um":"...","state":"...","temperature":"...","temperature_um":"...","tractor_id":"...","zip_code":"..."}

Fields

key name size type
company_id 4 String
id 32 String
call_date_time 19 Date
callin_script_results 20 byte[]
callin_script_template 8 String
city_id 10 int
city_name 50 String
current_stop_id 32 String
driver_id 8 String
entered_by 10 String
entered_date 19 Date
equipment_group_id 32 String
gps_accuracy 10.2 BigDecimal
initiated_type 1 String
latitude 10.6 BigDecimal
longitude 10.6 BigDecimal
miles2consignee 10.1 BigDecimal
miles2consignee_um 2 String
movement_id 32 String
movement_status 1 String
new_eta 19 Date
next_stop_avg_speed 6.1 BigDecimal
next_stop_city_id 10 int
next_stop_city_name 50 String
next_stop_state 2 String
next_stop_time_left 10 int
next_stop_zip_code 10 String
order_id 8 String
payee_id 8 String
remark -1 String
sched_date_time 19 Date
setpoint_temp 5.1 BigDecimal
setpoint_temp_um 2 String
state 2 String
temperature 5.1 BigDecimal
temperature_um 2 String
tractor_id 8 String
zip_code 10 String