Address
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
AddressId* | Edm.Int32 | False | true | |||
| Street | Edm.String | False | 45 | ||||
| Number | Edm.Int32 | False | 0-99999 | ||||
| Addition | Edm.String | False | 10 | ||||
| PostalCode | Edm.String | False | 10 | ||||
| State | Edm.String | False | 150 | ||||
| Town | Edm.String | False | 50 | ||||
| LastUpdated | Edm.DateTime | False | |||||
| PrimaryAddress* | Edm.Boolean | False | |||||
| Description | Edm.String | False | 20 | ||||
| Deleted* | Edm.Boolean | False | |||||
| TravelerId | Edm.Int32 | False | |||||
| ContractorId | Edm.Int32 | False | |||||
| TransporterId | Edm.Int32 | False | |||||
| DriverId | Edm.Int32 | False | |||||
| CountryId | Edm.Int32 | False | |||||
| AgentId | Edm.Int32 | False | |||||
| FavoriteId | Edm.Int32 | False | |||||
| Coordinates | Coordinate | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Transporter | Transporter | 0..1 | ||
| Agent | Agent | * | ||
| Contractor | Contractor | * | ||
| Country | Country | * | ||
| Driver | Driver | * | ||
| Favorite | Favorite | * | ||
| Traveler | Traveler | * |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a record and performs the desired operation.