Agent
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
AgentId* | 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 | ||||
| Description | Edm.String | False | 255 | ||||
| DateOfBirth | Edm.DateTime | False | |||||
| CitizenIdentificationNumber | Edm.String | False | 12 | ||||
| OwnerContractorId | Edm.Int32 | False | |||||
| DefaultLocationId | Edm.Int32 | False | |||||
| OwnerTransporterId | Edm.Int32 | False | |||||
| SexName | Sex | False | 50 | ||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| OwnerTransporter | Transporter | 0..1 | ||
| Addresses | Address | * | ||
| ContactInformationData | ContactInformation | 0..1 | ||
| DefaultLocation | Location | * | ||
| Favorites | Favorite | 0..1 | ||
| OwnerContractor | Contractor | * | ||
| Trips | Trip | 0..1 | ||
| UserRoles | UserRole | 0..1 |