Description
Description of an equipment item's class, manufacturer, and product details. Click Equipment Model for more information.
Resource Overview
| Endpoint | Definition |
| GET/EquipmentModels | Retrieve a list of information related to equipment models. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| Active | indicates whether the incident type is active or inactive | boolean | |
| CreatedByUserID | unique identifier of the user who created the equipment model record | integer(int32) | |
| CreatedByUserName | full name of the user who created the equipment model record | string | Max Length:101 |
| CreatedDateTime | date and time when the record was created | DateTime | |
| EquipmentClassID | unique identifier for the equipment class record | integer(int32) | |
| EquipmentClassName | full name for the equipment class record | string | Max Length: 100 |
| EquipmentManufactuerID | unique identifier of the equipment manufacturer record | integer(int32) | |
| EquipmentManufacturerName | name of the equipment manufacturer record | string | Max Length: 100 |
| EquipmentModelID | unique identifier for the specific equipment model | integer(int32) | |
| EquipmentSizeName | size category name | string | Max Length: 100 |
| FuelBurnRate | number of gallons per meter unit type consumed by specified model | integer(double) | |
| FuelUnit | specified unit in which fuel purchase and consumption is measured e.g. gallons | string | Max Length: 10 |
| LastModifiedByUserID | unique identifier of user who made most recent change to record | integer(int32) | |
| LastModifiedByUserName | full name of user who made most recent change to record | string | Max Length: 101 |
| LastModifiedDateTime | date and time when record was last modified | DateTime | |
| MeterType | type of meter used to measure equipment usage | Max Length: 10 Miles/Km (odometer) or Hours (hour meter) | |
| ModelName | name of a specific model of equipment | string | Max Length: 100 |