TripPlanResult
Name: Trip Plan Result
Type: Application
Modules: Info-Tps, Pass-Lib
Description: Stores trip plan results.
| Field | Documentation |
|---|---|
| ResultId | Unique identifier of trip plan result. |
| ResultSource | Identifies where the results come from. Values: RESULT_SRC_UNKNWN = 0, RESULT_SRC_FX = 1, RESULT_SRC_PRSNL = 2, RESULT_SRC_PASS = 3, RESULT_SRC_FLEX = 4, RESULT_SRC_CTM = 5. |
| RequestId | Trip Plan Request identifier from TripPlanRequest.RequestId. References the request in the result. |
| FromTime | Start time of the trip. Value is in seconds from midnight. |
| ToTime | End time of the trip. Value is in seconds from midnight. |
| TotalTime | Duration of the trip in seconds. |
| Fare | Fare of the trip. |
| TotalWalk | Total walk time that is part of the trip. |
| Hint | Short additional textual info. |
| TripPlanSummary | XML string that represents the TCF rowset and contains the request and results. |
| SearchState | Numerical value of the finished search state. |
| SearchOutcome | Textual information on why the search failed, e.g., 'Connection TimeOut', 'No Itineraries', 'No Timed Itineraries'. The message 'Solution Found' appears if the search was successful. |
| ExtraInfoId | Extra Info identifier from TripPlanExtraInfo.ExtraInfoId. References the extra info associated with the request. |