TripChainActivity
Namespace: CCPEntities
Summary
The TripChainActivity is used to specify that certain activities should be perfomed during a chain.Syncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TripChainActivityId* | Edm.Int32 | False | true | |||
| TripChainId* | Edm.Int32 | False | Reference to the TripChain where the CCPEntities.TripChainActivity is assigned to. | ||||
| ActivityCodeId* | Edm.Int32 | False | |||||
| StartTime* | Edm.DateTime | False | The planned start time of the Activity | ||||
| EndTime* | Edm.DateTime | False | The planned end time of the Activity | ||||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.TripChainActivity is logically deleted. |
|
|||
| LastUpdated | Edm.DateTime | False |
A timestamp of the last update of the entity in CCP. Check this property in order to know if you are in sync with CCP. |
A timestamp in UTC. | |||
| Address | AddressFragment | False | The address where the activity has to take place |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| TripChain | TripChain | 0..1 | Reference to the TripChain where the CCPEntities.TripChainActivity is assigned to. | |
| ActivityCode | ActivityCode | * | The code of the activity that has to be executed |