# AutotecApiJsClient.HistoryRecord

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accidentSequenceNumber** | **Number** | the accident sequence number | [optional] 
**activityCode** | **Number** | the unique identifier for the activity type | [optional] 
**caseNumber** | **String** | the case number | [optional] 
**category** | **String** | the activity category | [optional] 
**checklistGroup** | **Number** | the checklist group | [optional] 
**city** | **String** | the city in which the activity was reported | [optional] 
**_date** | **Date** | the date of the activity | [optional] 
**lease** | **Boolean** | indicates if this is a lease record | [optional] 
**lien** | **Boolean** | indicates if this is a lein record | [optional] 
**odometer** | **Number** | the odometer reading | [optional] 
**orgName** | **String** | the name of the reporting organization | [optional] 
**phone** | **String** | the phone of the reporting organization | [optional] 
**state** | **String** | the state in which the activity occurred | [optional] 
**title** | **Number** | the title | [optional] 
**type** | **String** | the type of activity | [optional] 
**uom** | **String** | the odometer unit of measurement | [optional] 


<a name="UomEnum"></a>
## Enum: UomEnum


* `M` (value: `"M"`)

* `K` (value: `"K"`)




