| Name | Description | Type | Additional information |
|---|---|---|---|
| ViolationId |
Violation Id. Primary key of the violations table. |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| UnitId |
Unit Id. See the GET api/units/{unitId} route to get the unit data. |
integer |
None. |
| ActionId |
Action Id. See the GET api/violationactions/{id} route to get the violation action data. |
integer |
None. |
| SubCategoryId |
Sub Category Id. See the GET api/violationsubcategories/{subCategoryId} route to get the sub category data. To get the violation category, use the sub category ID with the GET api/violationsubcategories/{subCategoryId:int}/violationcategories route. |
integer |
None. |
| ViolationDate |
Violation Date. |
date |
None. |
| FineCents |
Fine Cents. |
string |
None. |
| FineAmount1 |
First Fine Amount. |
string |
None. |
| FineAmount2 |
Second Fine Amount. |
string |
None. |
| FineAmount3 |
Third Find Amount. |
string |
None. |
| FineAmount4 |
Fourth Fine Amount. |
string |
None. |
| FineMax |
Maximum Fine Amount. |
string |
None. |
| FineIncrementAmount |
Fine Incremental Amount. |
string |
None. |
| FineIncrement |
Fine Increment Type. |
string |
None. |
| ActionDate |
Action Date. |
date |
None. |
| Comment |
Comments |
string |
None. |
| CorrectInDays |
Correct In Days. |
integer |
None. |
| ViolationNotes |
Violation Notes |
string |
None. |
| VioLastinspectionDate |
Violation Last Inspection Date. |
date |
None. |
| FineScheduleType |
Determines the type of fines being used by the violation: - 0 for TimeBased fining - 1 for Consecutive fining |
integer |
None. |
| PayFineDate |
Fine Payment Date. |
date |
None. |