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.
<edi_stop company_id="..." id="..." actual_arrival="..." actual_departure="..." address="..." address2="..." appointment_status_id="..." appt_required="..." cases="..." city_id="..." city_name="..." confirmed="..." contact_name="..." dist_from_prev="..." dist_from_prev_um="..." driver_load_unload="..." edi_code="..." edi_loc_code="..." eta="..." hub="..." latitude="..." location_id="..." location_name="..." longitude="..." manifest_reg_uid="..." movement_id="..." movement_sequence="..." operational_status="..." order_id="..." order_sequence="..." orig_sched_early="..." orig_sched_late="..." pallets_dropped="..." pallets_picked_up="..." phone="..." ponum="..." projected_arrival="..." refno="..." sched_arrive_early="..." sched_arrive_late="..." seal="..." 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="..." volume="..." volume_um="..." weight="..." weight_um="..." zip_code="..." zone_id="..."/>
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":"edi_stop","company_id":"...","id":"...","actual_arrival":"...","actual_departure":"...","address":"...","address2":"...","appointment_status_id":"...","appt_required":"...","cases":"...","city_id":"...","city_name":"...","confirmed":"...","contact_name":"...","dist_from_prev":"...","dist_from_prev_um":"...","driver_load_unload":"...","edi_code":"...","edi_loc_code":"...","eta":"...","hub":"...","latitude":"...","location_id":"...","location_name":"...","longitude":"...","manifest_reg_uid":"...","movement_id":"...","movement_sequence":"...","operational_status":"...","order_id":"...","order_sequence":"...","orig_sched_early":"...","orig_sched_late":"...","pallets_dropped":"...","pallets_picked_up":"...","phone":"...","ponum":"...","projected_arrival":"...","refno":"...","sched_arrive_early":"...","sched_arrive_late":"...","seal":"...","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":"...","volume":"...","volume_um":"...","weight":"...","weight_um":"...","zip_code":"...","zone_id":"..."}
key | name | size | type |
---|---|---|---|
company_id | 4 | String | |
id | 32 | String | |
actual_arrival | 19 | Date | |
actual_departure | 19 | Date | |
address | 40 | String | |
address2 | 40 | String | |
appointment_status_id | 4 | String | |
appt_required | 1 | String | |
cases | 10 | int | |
city_id | 10 | int | |
city_name | 50 | String | |
confirmed | 1 | String | |
contact_name | 40 | String | |
dist_from_prev | 6.1 | BigDecimal | |
dist_from_prev_um | 2 | String | |
driver_load_unload | 8 | String | |
edi_code | 3 | String | |
edi_loc_code | 80 | String | |
eta | 19 | Date | |
hub | 10 | int | |
latitude | 10.6 | BigDecimal | |
location_id | 8 | String | |
location_name | 40 | String | |
longitude | 10.6 | BigDecimal | |
manifest_reg_uid | 10 | int | |
movement_id | 32 | String | |
movement_sequence | 10 | int | |
operational_status | 4 | String | |
order_id | 32 | String | |
order_sequence | 10 | int | |
orig_sched_early | 19 | Date | |
orig_sched_late | 19 | Date | |
pallets_dropped | 10 | int | |
pallets_picked_up | 10 | int | |
phone | 20 | String | |
ponum | 16 | String | |
projected_arrival | 19 | Date | |
refno | 30 | String | |
sched_arrive_early | 19 | Date | |
sched_arrive_late | 19 | Date | |
seal | 15 | String | |
showas_address | 40 | String | |
showas_address2 | 40 | String | |
showas_city_id | 10 | int | |
showas_city_name | 50 | String | |
showas_location_id | 8 | String | |
showas_location_name | 40 | String | |
showas_state | 2 | String | |
showas_zip_code | 10 | String | |
signed_for_name | 64 | String | |
state | 2 | String | |
status | 1 | String | |
stop_type | 2 | String | |
volume | 7.1 | BigDecimal | |
volume_um | 2 | String | |
weight | 7.1 | BigDecimal | |
weight_um | 2 | String | |
zip_code | 10 | String | |
zone_id | 3 | String |