Trip
Namespace: CCPEntities
Summary
A Trip describes how it's underlying Movements should be executed, by specifyingthe Vehicle, Driver and/or the AssignedTransporter. The underlying Movements describe
the planned transport of the individual Travelers. At least one Movement should be present.
Multiple Trips could be combined using a TripCombination.
Syncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TripId* | Edm.Int32 | False | true | Gets or sets the trip id. | The trip id. | |
| RouteNumber | Edm.String | False | 15 | Gets or sets the route number. | The route number. | ||
| Description | Edm.String | False | 2048 | Gets or sets the description. | The description. | ||
| PlannedDistance* | Edm.Double | False | Gets or sets the planned distance. | The planned distance. | |||
| TravelerCount* | Edm.Int32 | False | Gets or sets the traveler count. | The traveler count. | |||
| WheelchairCount* | Edm.Int32 | False | Gets or sets the wheelchair count. | The wheelchair count. | |||
| AttendantCount* | Edm.Int32 | False | Gets or sets the attendant count. | The attendant count. | |||
| StatusName* | TripStatus | False | Gets or sets the name of the status. | Text of CCPEntities.TripStatus | |||
| TripScopeName* | TripScope | False | 15 | Gets or sets the trip scope. |
|
||
| DayCode | Edm.String | False | 20 | Gets or sets the day code. | The day code. | ||
| Remark | Edm.String | False | 150 | Gets or sets the remark. | The remark. | ||
| CostCenterId | Edm.Int32 | False | Gets or sets the cost center id. | The cost center id. | |||
| Reference | Edm.String | False | 150 | Gets or sets the reference. | The reference. | ||
| EmailAddress | Edm.String | False | 150 | Email address of the requester. It can be used to send an email to the requester for after sales. | A valid email address | ||
| PaymentTypeName | PaymentType | False | 50 | Gets or sets the name of the payment type. | The name of the payment type. | ||
| VehicleKindName | VehicleKind | False | Gets or sets the name of the vehicle kind. | The name of the vehicle kind. | |||
| DatacommunicationTripId | Edm.Int32 | False | Gets or sets the datacommunication trip id. | The datacommunication trip id. | |||
| TransporterTripId | Edm.Int32 | False | Gets or sets the transporter trip id. | The transporter trip id. | |||
| LastUpdated | Edm.DateTime | False | Gets or sets the last updated. | The last updated. | |||
| ShiftId | Edm.Int32 | False | Gets or sets the shift id. | The shift id. | |||
| VehicleId | Edm.Int32 | False | Gets or sets the vehicle id. | The vehicle id. | |||
| DriverId | Edm.Int32 | False | Gets or sets the driver id. | The driver id. | |||
| ContractorId | Edm.Int32 | False | Gets or sets the contractor id. | The contractor id. | |||
| TransporterId* | Edm.Int32 | False | Gets or sets the transporter id. | The transporter id. | |||
| AssignedTransporterId | Edm.Int32 | False | Gets or sets the assigned transporter id. | The assigned transporter id. | |||
| BookingId | Edm.Int32 | False | Gets or sets the booking id. | The booking id. | |||
| ReferencedTripId | Edm.Int32 | False | The id of the trip that this trip refers to. This is usaly used in combination with TripScope. | The previous trip id. | |||
| VehicleTypeId | Edm.Int32 | False | |||||
| Deleted* | Edm.Boolean | False | Gets or sets a value indicating whether this CCPEntities.Trip is logically deleted. |
|
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Contractor | Contractor | 0..1 | Gets or sets the contractor. | |
| Booking | Booking | 0..1 | Gets or sets the booking. | |
| Amounts | Amount | * | Gets or sets the amounts. | |
| Movements | Movement | * | Gets or sets the movements. | |
| Complaints | Complaint | * | Gets or sets the complaints. | |
| AssignedTransporter | Transporter | 0..1 | Gets or sets the assigned transporter. | |
| Transporter | Transporter | 0..1 | Gets or sets the transporter. | |
| Driver | Driver | 0..1 | Gets or sets the driver. | |
| Indications | Indication | * | Gets or sets the indications. | |
| Vehicle | Vehicle | 0..1 | Gets or sets the vehicle. | |
| CostCenter | CostCenter | * | Gets or sets the cost center. | |
| ReferencedByTrips | Trip | 0..1 | The Trips that refer to this trip. This is usaly used in combination with TripScope. | |
| ReferencedTrip | Trip | 0..1 | The trip that this trip refers to. This is usaly used in combination with TripScope. | |
| Shift | Shift | * | Gets or sets the shift. | |
| VehicleType | VehicleType | * |
Additional Information
Referenced by Function imports:
Trip.CancelTrip
Trip.SendToEGate
Trip.CancelToEGate
Trip.StopPickUpTripFromFixedDevice