go back Home

RowServiceFail

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.

<servicefail company_id="..." id="..." actual_arrival="..." actual_departure="..." appt_required="..." caused_by_type="..." customer_id="..." dispatcher_user_id="..." driver_id="..." dsp_comment="..." edi_code_version="..." edi_element_id="..." edi_standard_code="..." entered_date="..." entered_user_id="..." fault_of_carrier_or_driver="..." fleet_manager="..." is_reportable="..." minutes_late="..." movement_id="..." name="..." operations_user="..." order_id="..." override_payee_id="..." resolution="..." review_reqd="..." reviewed_by="..." reviewed_date="..." sched_arrive_early="..." sched_arrive_late="..." status="..." stop_id="..." stop_no="..." stop_type="..." terminal_id="..." tractor_id="..." trailer_id="..." user_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":"servicefail","company_id":"...","id":"...","actual_arrival":"...","actual_departure":"...","appt_required":"...","caused_by_type":"...","customer_id":"...","dispatcher_user_id":"...","driver_id":"...","dsp_comment":"...","edi_code_version":"...","edi_element_id":"...","edi_standard_code":"...","entered_date":"...","entered_user_id":"...","fault_of_carrier_or_driver":"...","fleet_manager":"...","is_reportable":"...","minutes_late":"...","movement_id":"...","name":"...","operations_user":"...","order_id":"...","override_payee_id":"...","resolution":"...","review_reqd":"...","reviewed_by":"...","reviewed_date":"...","sched_arrive_early":"...","sched_arrive_late":"...","status":"...","stop_id":"...","stop_no":"...","stop_type":"...","terminal_id":"...","tractor_id":"...","trailer_id":"...","user_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
actual_arrival 19 Date
actual_departure 19 Date
appt_required 1 String
caused_by_type 1 String
customer_id 8 String
dispatcher_user_id 10 String
driver_id 8 String
dsp_comment -1 String
edi_code_version 6 String
edi_element_id 20 String
edi_standard_code 40 String
entered_date 19 Date
entered_user_id 10 String
fault_of_carrier_or_driver 1 String
fleet_manager 10 String
is_reportable 1 String
minutes_late 10 int
movement_id 32 String
name 40 String
operations_user 10 String
order_id 8 String
override_payee_id 8 String
resolution -1 String
review_reqd 1 String
reviewed_by 10 String
reviewed_date 19 Date
sched_arrive_early 19 Date
sched_arrive_late 19 Date
status 1 String
stop_id 32 String
stop_no 10 int
stop_type 2 String
terminal_id 8 String
tractor_id 8 String
trailer_id 8 String
user_id 10 String