TripPlanRequest
Name: Trip Plan Request
Type: Application
Modules: Info-Tps
Description: Stores Info request that later can be run as part of trip planning batches. Results are communicated to the registered user that this request is assigned to.
| Field | Documentation |
|---|---|
| RequestId | Unique identifier of trip plan request. |
| RegisteredUserId | Registered user identifier from RegisteredUsers.RegisteredUserId. References the user that the request is stored for. |
| OriginLat | Latitude of request's origin point (decimal degrees with 6 implied decimal places). |
| OriginLon | Longitude of request's origin point (decimal degrees with 6 implied decimal places). |
| OriginDescription | Description of request's origin point. |
| DestLat | Latitude of request's destination point (decimal degrees with 6 implied decimal places). |
| DestLon | Longitude of request's destination point (decimal degrees with 6 implied decimal places). |
| DestDescription | Description of request's destination point. |
| RequestForDate | Date for which request was issued. |
| RequestForTime | Time for which request was issued. Value is in seconds from midnight. |
| TimeIsDest | Indicates if the arrival or departure time was used in the itinerary search. |
| ExtraInfoId | Extra Info identifier from TripPlanExtraInfo.ExtraInfoId. References the extra info associated with the request. |
| SetName | Set name identifier from TripPlanningSolutionSets.SetName. References the set that the request is part of. |