go back Home

RowPersonalInjury

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.

<personal_injury company_id="..." id="..." address="..." care_facility="..." city="..." injured_name="..." injury_type="..." motoraccident_id="..." phone="..." state="..." taken_by="..." taken_to_facility="..." zip_code="..."/>

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":"personal_injury","company_id":"...","id":"...","address":"...","care_facility":"...","city":"...","injured_name":"...","injury_type":"...","motoraccident_id":"...","phone":"...","state":"...","taken_by":"...","taken_to_facility":"...","zip_code":"..."}

Fields

key name size type
company_id 4 String
id 32 String
address 40 String
care_facility 40 String
city 50 String
injured_name 40 String
injury_type 8 String
motoraccident_id 32 String
phone 20 String
state 2 String
taken_by 40 String
taken_to_facility 1 String
zip_code 10 String