GroupBooking

Name: Group Booking

Type: Application

Modules: Booking, Scheduling

Description: Definition of groups for holding multiple passengers for trips from same place to same place.

Field Documentation
GroupCode Alphanumeric identifier of the group.
Description Description of the group.
MaxNumClients Maximum number of passengers that can be a part of this group.
TripTime Requested time of trip bookings (either Pickup or Dropoff ReqTime). Value is in seconds from midnight.
FromDate Start date from which trip bookings can be created for this group.
ToDate End date after which trip bookings can no longer be created for this group.
FromLocId Numeric identifier of a location for a common pick-up of all group members (from the Locations table).
ToLocId Numeric identifier of a location for a common drop-off of all group members (from the Locations table).
ContactId Numeric identifier of the contact category (from the ContactCategory table).
FromTime If the TripTime is for a pick-up event, then this field contains the requested pick-up time. Value is in seconds from midnight.
ToTime If the TripTime is for a drop-off event, then this field contains the requested drop-off time. Value is in seconds from midnight.
ReturnTime Sets the requested drop-off time on the reverse booking (return trip) for the group. Value is in seconds from midnight.
DefaultFundingSourceID Numeric identifier of the funding source to be used as the default funding source when creating bookings for this group (from the FundingSources table).
DefaultFareTypeID Numeric identifier of the fare type to be used as the default fare type when creating bookings for this group (from the FareTypes table).