Location
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
LocationId* | Edm.Int32 | False | true | |||
| Description* | Edm.String | False | 150 | ||||
| LocationTypeName | LocationType | False | 50 | ||||
| AirportCode | Edm.String | False | 4 | ||||
| LastUpdated | Edm.DateTime | False | |||||
| Remarks | Edm.String | False | |||||
| OwnerContractorId | Edm.Int32 | False | |||||
| OwnerTransporterId | Edm.Int32 | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| IsHomeLocation* | Edm.Boolean | False | |||||
| Opening | LocationTimes | False | |||||
| Closing | LocationTimes | False | |||||
| Address | AddressFragment | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Transporters | Transporter | * | ||
| OwnerTransporter | Transporter | 0..1 | ||
| Contractors | Contractor | * | ||
| OwnerContractor | Contractor | 0..1 | ||
| ContactInformationData | ContactInformation | * | ||
| Favorites | Favorite | 0..1 | ||
| LocationClosed | LocationException | 0..1 | ||
| Travelers | Traveler | * |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a location and performs the desired operation.