Equipment Reading Logs
- 04 Jun 2024
- Print
- PDF
Equipment Reading Logs
- Updated on 04 Jun 2024
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Mileage or engine hours recorded for an equipment item.
Resource Overview
Endpoint | Definition |
GET/EquipmentReadingLogs | Retrieve a list of information related to equipment reading logs. |
POST/EquipmentReadingLogs | Add equipment reading logs. |
PUT/EquipmentReadingLogs | Update existing equipment reading logs. |
Attributes
Attribute | Description | Data Type | Notes |
---|---|---|---|
Active | indicates whether the incident type is active or inactive | boolean | |
CreatedByUserID | user ID of user who created record | integer | |
CreatedByUserName | full name of user who created record | string | Max Length: 101 |
CreatedDateTime | date and time when the record was created | DateTime | |
EquipmentID | unique identifier of the equipment record | integer(int32) | |
EquipmentInspectionCategoryID | unique identifier for the specific equipment inspection category | integer(int32) | |
EquipmentInspectionCategoryName | name for equipment inspection category | string | Max Length: 150 |
EquipmentInspectionID | unique identifier for equipment inspection | integer(int32) | |
EquipmentServiceLogID | unique identifier of the service log entry associated with the equipment | integer(int32) | |
EquipmentServiceTagID | unique identifier of the service tag attached to equipment reading logs | integer(int32) | |
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 | |
Notes | additional notes related to reading log | string | Max Length: 1000 |
RequestSource | origin of service request | string | Max Length: 50 |
ServiceTagName | name of service tag associated with reading log | string | Max Length: 255 |
TroubleCode | diagnostic fault code associated with the equipment item if any issues are detected | string |
Was this article helpful?