go back Home

RowDrAccidents

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.

<dr_accidents company_id="..." id="..." accident_date="..." application_id="..." at_fault="..." carrier_name="..." damage_amount="..." damage_amount_c="..." damage_amount_d="..." damage_amount_n="..." damage_amount_r="..." descr="..." dl_number="..." dl_state="..." dot_number="..." fatalities="..." hazmat_rels="..." injuries="..." location="..." police_report_no="..." preventable="..." report_state="..." towaways="..."/>

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":"dr_accidents","company_id":"...","id":"...","accident_date":"...","application_id":"...","at_fault":"...","carrier_name":"...","damage_amount":"...","damage_amount_c":"...","damage_amount_d":"...","damage_amount_n":"...","damage_amount_r":"...","descr":"...","dl_number":"...","dl_state":"...","dot_number":"...","fatalities":"...","hazmat_rels":"...","injuries":"...","location":"...","police_report_no":"...","preventable":"...","report_state":"...","towaways":"..."}

Fields

key name size type
company_id 4 String
id 32 String
accident_date 10 Date
application_id 32 String
at_fault 1 String
carrier_name 60 String
damage_amount 16.2 BigDecimal
damage_amount_c 3 String
damage_amount_d 19 Date
damage_amount_n 16.2 BigDecimal
damage_amount_r 10.6 BigDecimal
descr -1 String
dl_number 16 String
dl_state 2 String
dot_number 8 String
fatalities 10 int
hazmat_rels 10 int
injuries 10 int
location 40 String
police_report_no 20 String
preventable 1 String
report_state 2 String
towaways 10 int