go back Home

RowWitness

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.

<witness company_id="..." id="..." address="..." city="..." motoraccident_id="..." name="..." phone="..." state="..." witness_name="..." witness_type="..." 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":"witness","company_id":"...","id":"...","address":"...","city":"...","motoraccident_id":"...","name":"...","phone":"...","state":"...","witness_name":"...","witness_type":"...","zip_code":"..."}

Fields

key name size type
company_id 4 String
id 32 String
address 40 String
city 50 String
motoraccident_id 32 String
name 40 String
phone 20 String
state 2 String
witness_name 40 String
witness_type 8 String
zip_code 10 String