go back Home

RowDrViolation

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_violation company_id="..." id="..." application_id="..." date_issued="..." descr="..." violation="..."/>

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_violation","company_id":"...","id":"...","application_id":"...","date_issued":"...","descr":"...","violation":"..."}

Fields

key name size type
company_id 4 String
id 32 String
application_id 32 String
date_issued 10 Date
descr -1 String
violation 20 String