Description
An unscheduled repair that a crew leader or equipment manager requests.
Resource Overview
| Endpoint | Definition |
| GET/EquipmentRequestServices | Retrieve a list of requested services for equipment records. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| CreatedByUserID | user ID of user who created 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 | |
| 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 |