Itineraries
Name: Itineraries
Type: Application
Modules: Info
Description: Stores data about itineraries. Used to store data about the results of an itinerary search. Used by Ctm user event logging mechanism.
| Field | Documentation |
|---|---|
| ItinId | Unique identifier of itinerary. |
| FirstTransferStopNum | Stop identifier from LineStop.StopNum. |
| FromLineDirId | Line direction identifier from Line.LineDirId. |
| LastTransferStopNum | Stop identifier from LineStop.StopNum. |
| ToLineDirId | Line direction identifier from Line.LineDirId. |
| NumTransfers | Number of transfers included in the itinerary. |
| NumRestrictions | Internal use only. |
| SignId | Signup identifier from SignupPeriod.SignId. References the sign-up period used for the itinerary. |
| CreDate | Date when the itinerary was created. |
| ItineraryType | Used for Itinerary Generation: 0 = Itinerary was saved as Favorite. Not used for Itinerary Generation: 1 = Itinerary was logged as selected (last one user clicked), 2 = Itinerary was logged as suggested (shown to the user), 3 = Itinerary was logged as built using Itinerary Wizard. |
| RequestId | Request identifier from CtmRequest.RequestId. |