Description
An event where work is assessed or performed to complete a work ticket.
Resource Overview
| Endpoint | Definition |
| GET/WorkTicketVisits | Retrieve a list of information related to work ticket visits. |
Attributes
| Attribute | Description | Data Type | Notes |
|---|---|---|---|
| Hours | amount of time spent in hours on work ticket visit | number(double) | |
| RouteID | unique identifier for route associated with work ticket | integer | |
| RouteName | name for route associated with work ticket | string | Max Length: 100 |
| ScheduledDate | date scheduled for the work ticket visits | DateTime | |
| SequnceNum | order in which visits fall | integer(int32) | |
| WorkTicketID | unique identifier for work ticket | integer | |
| WorkTicketNumber | number assigned and used to search for work ticket in Aspire | integer | |
| WorkTicketVisitID | unique identifier of the specific visit within a work ticket | integer |