Description
A historical record of completed services. Click Service Log for more information.
Resource Overview
| Endpoint | Definition |
| GET/EquipmentServiceLogs | Retrieve a list of information related to completed services for equipment records. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| BranchID | unique identifier for branch associated with equipment item | string | Max Length: 50 |
| BranchName | name of branch associated with equipment item | string | Max Length: 50 |
| CreatedByUserID | the user who created the equipment record | integer(int32) | |
| CreatedByUserName | full name of user who created record | string | Max Length: 101 |
| CreatedDateTime | date and time when the record was created | DateTime | |
| Dealer | supplier from whom equipment was purchased | string | Max Length: 100 |
| Description | brief details provided about equipment item | string | Max Length: 250 |
| DisposedDate | date when equipment was disposed | DateTime | |
| DisposedPrice | cost incurred to dispose of equipment irem | number(double) | |
| DisposedUserID | unique identifier of user who disposed of equipment | integer(int32) | |
| DisposedUserName | full name of user who disposed of equipment | string | Max Length: 101 |
| DivisionID | unique identifier of division to which equipment belongs | integer(int32) | |
| DivisionName | name of division associated with equipment | string | Max Length: 50 |
| EquipmentID | unique identifier of the equipment record | integer(int32) | |
| EquipmentModelServiceScheduleID | unique identifier for the equipment model service schedule | integer(int32) | |
| EquipmentServiceLogID | unique identifier for the equipment service log | integer(int32) | Max Length: 100 |
| 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 | |
| MeterReading | meter reading of an equipment item at time of service | integer(int32) | |
| RouteID | unique identifier for the route | integer(int32) | |
| RequestedUserID | unique identifier of user who requested equipment | integer(int32) | |
| RequestedUserName | full name of user who requested equipment | string | Max Length: 101 |
| RouteID | unique identifier of route associated with equipment | integer(int32) | |
| RouteName | route name associated with equipment | string | Max Length:100 |
| ServiceComment | comments about service performed | string | Max Length: 1000 |
| ServiceDate | date and time when service was performed | string | Max Length: 25 |
| ServiceHours | number of hours spent on service | number(double) | |
| TechnicianContactID | unique identifier of technician who performed service | integer(int32) | |
| TechnicianContactName | full name of technician who performed service | string | Max Length: 101 |