TripSummary
Namespace: CCPEntities
Summary
No summary yetRead Only
This object is read onlySyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TripId* | Edm.Int32 | False | true | |||
| PlannedPickupTime* | Edm.DateTime | False | |||||
| PlannedDropoffTime | Edm.DateTime | False | |||||
| RouteNumber | Edm.String | False | 15 | ||||
| Description | Edm.String | False | 2048 | ||||
| PlannedDistance* | Edm.Double | False | |||||
| TravelerCount* | Edm.Int32 | False | |||||
| WheelchairCount* | Edm.Int32 | False | |||||
| AttendantCount* | Edm.Int32 | False | |||||
| StatusName* | TripStatus | False | |||||
| DayCode | Edm.String | False | 20 | ||||
| LicensePlate | Edm.String | False | |||||
| PickUpDescription | Edm.String | False | |||||
| DropOffDescription | Edm.String | False | |||||
| Remark | Edm.String | False | 150 | ||||
| InternalRemark | Edm.String | False | 150 | ||||
| Notes | Edm.String | False | |||||
| Reference | Edm.String | False | 150 | ||||
| PhoneNumber | Edm.String | False | |||||
| EmailAddress | Edm.String | False | 150 | ||||
| FlightNumber | Edm.String | False | |||||
| FlightDateTime | Edm.DateTime | False | |||||
| FlightOrigin | Edm.String | False | |||||
| Luggage* | Edm.Boolean | False | |||||
| PickupCardLink | Edm.String | False | |||||
| PaymentTypeName | Edm.String | False | 50 | ||||
| VehicleKindName | Edm.String | False | |||||
| DatacommunicationTripId | Edm.Int32 | False | |||||
| VehicleNr | Edm.Int32 | False | |||||
| Amount | Edm.Decimal | False | |||||
| CommissionAmount | Edm.Decimal | False | |||||
| TripScopeName | TripScope | False | Gets or sets the trip scope. |
|
|||
| CancelReasonName | Edm.String | False | |||||
| LastUpdated | Edm.DateTime | False | |||||
| CalcTravelerCount* | Edm.Int32 | False | |||||
| CalcAbsenceCount* | Edm.Int32 | False | |||||
| CalcCarbonFootprint* | Edm.Decimal | False | |||||
| TransporterName | Edm.String | False | |||||
| AssignedTransporterName | Edm.String | False | |||||
| DriverName | Edm.String | False | |||||
| DriverPhoneNumber | Edm.String | False | |||||
| ContractorName | Edm.String | False | |||||
| TravelerName | Edm.String | False | |||||
| ShiftId | Edm.Int32 | False | |||||
| VehicleId | Edm.Int32 | False | |||||
| DriverId | Edm.Int32 | False | |||||
| ContractorId | Edm.Int32 | False | |||||
| TransporterId* | Edm.Int32 | False | |||||
| AssignedTransporterId | Edm.Int32 | False | |||||
| PickUpLocationId | Edm.Int32 | False | |||||
| DropOffLocationId | Edm.Int32 | False | |||||
| ReferencedTripId | Edm.Int32 | False | |||||
| VehicleTypeId | Edm.Int32 | False | |||||
| TravelerId | Edm.Int32 | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| CallBackService* | Edm.Boolean | False | A bool telling wether the traveler wants to use a callback service | ||||
| NotifyTraveler* | Edm.Boolean | False | Indicates whether the requester will be notified by email of the status of the booking | True or False | |||
| NotificationLanguage | Edm.String | False | When set, the user will receive an email of any changes to the booking. | Language code based on ISO 639-1 | |||
| TripDateTimeTypeName | TripDateTimeType | False | With this the trip datetime can be specified as pickup time or drop off time. Use Immediately to the TripDateTimeType to pick up now. | CCPEntities.TripDateTimeType | |||
| AgentId | Edm.Int32 | False | |||||
| PaymentId | Edm.Int32 | False | |||||
| PaymentStatusName | PaymentStatus | False | |||||
| PickUpAddress | AddressFragment | False | |||||
| DropOffAddress | AddressFragment | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Dispatches | Dispatch | * | ||
| ActualData | TripActualData | * | ||
| Contractor | Contractor | * | ||
| Driver | Driver | * | ||
| DropOffLocation | Location | * | ||
| PickUpLocation | Location | * | ||
| ReferencedTrip | Trip | * | The trip that this trip refers to. This is usaly used in combination with TripScope. | |
| Shift | Shift | * | ||
| Transporter | Transporter | * | ||
| Vehicle | Vehicle | * | ||
| VehicleType | VehicleType | * |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete an agent and performs the desired operation