go back Home

RowPropertyDamage

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.

<property_damage company_id="..." id="..." damage="..." driver_address="..." driver_city="..." driver_name="..." driver_phone="..." driver_state="..." driver_zip_code="..." ins_company="..." ins_policy_no="..." license_plate="..." license_state="..." motoraccident_id="..." owner_address="..." owner_city="..." owner_name="..." owner_phone="..." owner_state="..." owner_zip_code="..." vehicle_make="..." vehicle_model="..." vehicle_year="..."/>

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":"property_damage","company_id":"...","id":"...","damage":"...","driver_address":"...","driver_city":"...","driver_name":"...","driver_phone":"...","driver_state":"...","driver_zip_code":"...","ins_company":"...","ins_policy_no":"...","license_plate":"...","license_state":"...","motoraccident_id":"...","owner_address":"...","owner_city":"...","owner_name":"...","owner_phone":"...","owner_state":"...","owner_zip_code":"...","vehicle_make":"...","vehicle_model":"...","vehicle_year":"..."}

Fields

key name size type
company_id 4 String
id 32 String
damage 120 String
driver_address 40 String
driver_city 50 String
driver_name 40 String
driver_phone 20 String
driver_state 2 String
driver_zip_code 10 String
ins_company 40 String
ins_policy_no 20 String
license_plate 10 String
license_state 2 String
motoraccident_id 32 String
owner_address 40 String
owner_city 50 String
owner_name 40 String
owner_phone 20 String
owner_state 2 String
owner_zip_code 10 String
vehicle_make 20 String
vehicle_model 8 String
vehicle_year 4 String