Traveler
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TravelerId* | Edm.Int32 | False | true | |||
| FirstName | Edm.String | False | 25 | ||||
| LastName* | Edm.String | False | 50 | ||||
| NamePrefix | Edm.String | False | 10 | ||||
| Initials | Edm.String | False | 10 | ||||
| Salutation | Edm.String | False | 10 | ||||
| SexName* | Sex | False | |||||
| Synchronize* | Edm.Boolean | False | |||||
| Description | Edm.String | False | 255 | ||||
| DateOfBirth | Edm.DateTime | False | |||||
| ContractorAdministrationNumber | Edm.String | False | 12 | ||||
| CitizenIdentificationNumber | Edm.String | False | 12 | ||||
| OwnerContractorId | Edm.Int32 | False | |||||
| OwnerTransporterId | Edm.Int32 | False | |||||
| PaymentTypeName | Edm.String | False | 12 | ||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| ArchivedAt | Edm.DateTime | False | |||||
| BlockedFrom | Edm.DateTime | False | |||||
| BlockedUntil | Edm.DateTime | False | |||||
| BlockedReason | Edm.String | False | 255 | ||||
| BankAccount | BankAccount | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| OwnerTransporter | Transporter | 0..1 | ||
| Transporters | Transporter | * | ||
| Addresses | Address | * | ||
| Bookings | Booking | * | ||
| Movements | Movement | * | ||
| OwnerContractor | Contractor | 0..1 | ||
| Contractors | Contractor | * | ||
| UserRoles | UserRole | * | ||
| ContactInformationData | ContactInformation | * | ||
| Locations | Location | * | ||
| Favorites | Favorite | * | ||
| Absences | Absence | 0..1 | ||
| Indications | Indication | 0..1 | ||
| RatingValues | RatingValue | 0..1 | ||
| Receipts | Receipt | 0..1 |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a traveler and performs the desired operation