StandardTrip
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
StandardTripId* | Edm.Int32 | False | true | |||
| Amount | Edm.Decimal | False | |||||
| VehicleKindName* | VehicleKind | False | 50 | ||||
| ContractorId | Edm.Int32 | False | |||||
| EstimatedDistance | Edm.Double | False | |||||
| EstimatedTravelTime | Edm.Int32 | False | |||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| LocationToId | Edm.Int32 | False | |||||
| LocationFromId | Edm.Int32 | False | |||||
| TransporterId | Edm.Int32 | False | |||||
| AddressFrom | AddressFragment | False | |||||
| AddressTo | AddressFragment | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Transporter | Transporter | 0..1 | ||
| Contractor | Contractor | 0..1 | ||
| LocationFrom | Location | * | ||
| LocationTo | Location | * |
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.