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.
<stop company_id="..." id="..." actual_arrival="..." actual_departure="..." address="..." address2="..." appointment_status_id="..." appt_contact_name="..." appt_required="..." cases="..." city_id="..." city_name="..." confirmed="..." contact_email="..." contact_name="..." dist_from_prev="..." dist_from_prev_um="..." driver_load_unload="..." edi_code="..." edi_loc_code="..." eta="..." eta_distance="..." eta_late="..." eta_oor="..." google_place_id="..." grouped_id="..." hub="..." ic_stop_id="..." inbound_status="..." late_eta_colorcode="..." late_route_status="..." latitude="..." location_id="..." location_name="..." longitude="..." manifest_fgp_uid="..." manifest_reg_uid="..." move_dist_from_preassign="..." move_dist_from_preassign_um="..." move_dist_from_previous="..." move_dist_from_previous_um="..." movement_id="..." movement_sequence="..." operational_status="..." order_id="..." order_sequence="..." orig_sched_early="..." orig_sched_late="..." pallets_dropped="..." pallets_picked_up="..." payment_code_reviewed="..." phone="..." planned_arrival_time="..." ponum="..." prior_uncleared_stops="..." projected_arrival="..." pu_override_arrive_early="..." pu_override_arrive_late="..." rate_dist_from_previous="..." rate_dist_from_previous_um="..." refno="..." requested_service="..." sched_arrive_early="..." sched_arrive_late="..." seal="..." service_date="..." showas_address="..." showas_address2="..." showas_city_id="..." showas_city_name="..." showas_location_id="..." showas_location_name="..." showas_state="..." showas_zip_code="..." signed_for_name="..." state="..." status="..." stop_type="..." trimble_place_id="..." txl_uid="..." volume="..." volume_um="..." weight="..." weight_um="..." zip_code="..." zone_id="..."/>
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":"stop","company_id":"...","id":"...","actual_arrival":"...","actual_departure":"...","address":"...","address2":"...","appointment_status_id":"...","appt_contact_name":"...","appt_required":"...","cases":"...","city_id":"...","city_name":"...","confirmed":"...","contact_email":"...","contact_name":"...","dist_from_prev":"...","dist_from_prev_um":"...","driver_load_unload":"...","edi_code":"...","edi_loc_code":"...","eta":"...","eta_distance":"...","eta_late":"...","eta_oor":"...","google_place_id":"...","grouped_id":"...","hub":"...","ic_stop_id":"...","inbound_status":"...","late_eta_colorcode":"...","late_route_status":"...","latitude":"...","location_id":"...","location_name":"...","longitude":"...","manifest_fgp_uid":"...","manifest_reg_uid":"...","move_dist_from_preassign":"...","move_dist_from_preassign_um":"...","move_dist_from_previous":"...","move_dist_from_previous_um":"...","movement_id":"...","movement_sequence":"...","operational_status":"...","order_id":"...","order_sequence":"...","orig_sched_early":"...","orig_sched_late":"...","pallets_dropped":"...","pallets_picked_up":"...","payment_code_reviewed":"...","phone":"...","planned_arrival_time":"...","ponum":"...","prior_uncleared_stops":"...","projected_arrival":"...","pu_override_arrive_early":"...","pu_override_arrive_late":"...","rate_dist_from_previous":"...","rate_dist_from_previous_um":"...","refno":"...","requested_service":"...","sched_arrive_early":"...","sched_arrive_late":"...","seal":"...","service_date":"...","showas_address":"...","showas_address2":"...","showas_city_id":"...","showas_city_name":"...","showas_location_id":"...","showas_location_name":"...","showas_state":"...","showas_zip_code":"...","signed_for_name":"...","state":"...","status":"...","stop_type":"...","trimble_place_id":"...","txl_uid":"...","volume":"...","volume_um":"...","weight":"...","weight_um":"...","zip_code":"...","zone_id":"..."}