BookingSummary
Namespace: CCPEntities
Summary
No summary yetRead Only
This object is read onlySyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
BookingId* | Edm.Int32 | False | true | |||
| BookingDateTime* | Edm.DateTime | False | |||||
| BookingDateTimeTypeName* | BookingDateTimeType | False | |||||
| StatusName* | BookingStatus | False | |||||
| ActiveTripStatusName | TripStatus | False | |||||
| CombinedStatusName | BookingTripStatus | False | |||||
| TravelerCount* | Edm.Int32 | False | |||||
| PickUpAddress_Country | Edm.String | False | |||||
| DropOffAddress_Country | Edm.String | False | |||||
| PickUpDescription | Edm.String | False | 100 | ||||
| PickUpLocationTypeName | Edm.String | False | 50 | When this is a pickup location only defined by its description this field may be used to specify the type | |||
| DropOffDescription | Edm.String | False | 100 | ||||
| DropOffLocationTypeName | Edm.String | False | 50 | When this is a dropoff location only defined by its description this field may be used to specify the type | |||
| FlightNumberPickUp | Edm.String | False | 50 | Links the booking to a flight where the traveler is picked up | The flight number | ||
| FlightDateTimePickUp | Edm.DateTime | False | Time of the flight of the pick up. | Time of the flight. | |||
| FlightNumberDropOff | Edm.String | False | 50 | Links the booking to a flight where the traveler is dropped off | The flight number | ||
| FlightDateTimeDropOff | Edm.DateTime | False | Time of the flight of the drop off. | Time of the flight. | |||
| FlightDestinationPickUp | Edm.String | False | 150 | Destination of the flight of the pick up. | Destination of the flight. | ||
| FlightDestinationDropOff | Edm.String | False | 150 | Destination of the flight of the drop off. | Destination of the flight. | ||
| FlightIntercontinentalPickUp | Edm.Boolean | False | Indicates if the flight of the pick up is an intercontinental flight. | True or False | |||
| FlightIntercontinentalDropOff | Edm.Boolean | False | Indicates if the flight of the drop off is an intercontinental flight. | True or False | |||
| ReferencedBookingId | Edm.Int32 | False | The id of the booking that this booking refers to. This is usaly used in combination with BookingScope. | The referenced booking id. | |||
| PaymentTypeName | PaymentType | False | 50 | ||||
| Reference | Edm.String | False | 150 | ||||
| DayCode | Edm.String | False | |||||
| Amount | Edm.Decimal | False | |||||
| PlannedDistance | Edm.Double | False | |||||
| PlannedDuration | Edm.Int32 | False | |||||
| VehicleKindName* | VehicleKind | False | 50 | ||||
| BookingScopeName* | BookingScope | False | 15 | The scope of the booking | CCPEntities.BookingScope | ||
| ContractorId | Edm.Int32 | False | |||||
| ContractorName | Edm.String | False | |||||
| AgentId | Edm.Int32 | False | |||||
| AgentName | Edm.String | False | |||||
| TransporterId | Edm.Int32 | False | |||||
| AssignedTransporterId | Edm.Int32 | False | |||||
| TransporterName | Edm.String | False | |||||
| TravelerId | Edm.Int32 | False | |||||
| TravelerName | Edm.String | False | 100 | ||||
| PickUpLocationId | Edm.Int32 | False | |||||
| PickUpLocationName | Edm.String | False | |||||
| PickUpLocationAirportCode | Edm.String | False | |||||
| DropOffLocationId | Edm.Int32 | False | |||||
| DropOffLocationName | Edm.String | False | |||||
| DropOffLocationAirportCode | Edm.String | False | |||||
| PhoneNumber | Edm.String | False | 20 | ||||
| EmailAddress | Edm.String | False | 150 | ||||
| NotifyTraveler | Edm.Boolean | False | |||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| Remark | Edm.String | False | 150 | ||||
| InternalRemark | Edm.String | False | 150 | ||||
| SetId | Edm.Int32 | False | |||||
| TravelAdviceId | Edm.Int32 | False | |||||
| PickUpAddress | AddressFragment | False | |||||
| DropOffAddress | AddressFragment | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Agent | Agent | * | ||
| AssignedTransporter | Transporter | * | ||
| Contractor | Contractor | * | ||
| DropOffLocation | Location | * | ||
| PickUpLocation | Location | * | ||
| ReferencedBooking | BookingSummary | * | The booking that this booking refers to. This is usaly used in combination with BookingScope. | |
| Transporter | Transporter | * | ||
| Traveler | Traveler | * |
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