ItineraryLegs
Name: Itinerary Legs
Type: Application
Modules: Info
Description: Stores data about itinerary leg. Used to store data about the results of an itinerary search. Used by Ctm user event logging mechanism.
| Field | Documentation |
|---|---|
| ItinId | Itinerary identifier from Itineraries.ItineraryId. |
| Leg | Sequential itinerary leg number. |
| LineDirId | Line direction identifier from Line.LineDirId. |
| TripId | Trip identifier from Trips.TripId. |
| FromStopNum | Start stop identifier from LineStop.StopNum. The stop where a client starts an itinerary leg. |
| FromTime | Start time of an itinerary leg. Value is in seconds from midnight. |
| ToStopNum | End stop identifier from LineStop.StopNum. The stop where a client ends an itinerary leg. |
| ToTime | End time of an itinerary leg. Value is in seconds from midnight. |
| Fare | Cost of the fare for the Itinerary leg. |