TimetableItem
Namespace: CCPEntities
Summary
An item to indicate a block of time in which a executing transporter is supposed to deliver a vehicle with driver.Syncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
TimetableItemId* | Edm.Int32 | False | true | |||
| StartDateTime* | Edm.DateTime | False | The time the assigned driver should start his/her shift | ||||
| StopDateTime* | Edm.DateTime | False | The time the assigned driver should end his/her shift | ||||
| ItemTypeName | TimetableType | False | 15 | The type of the TimetableItem | |||
| StatusName | TimetableStatus | False | 15 | The status of the TimetableItem | |||
| DriverId | Edm.Int32 | False | The driver that is going to execute the shift | ||||
| VehicleId | Edm.Int32 | False | The vehicle that is going to be used for the shift | ||||
| OwnerTransporterId* | Edm.Int32 | False | The owner of this item | ||||
| AssignedTransporterId | Edm.Int32 | False | The transporter that is going to deliver the service | ||||
| VehicleTypeId | Edm.Int32 | False | The required vehicle type for this item | ||||
| VehicleCapacityId | Edm.Int32 | False | The required configuration for this item | ||||
| EstablishmentId | Edm.Int32 | False | |||||
| TimetableItemTemplateId | Edm.Int32 | False | |||||
| TimetableGroupId | Edm.Int32 | False | |||||
| CreationDateTime* | Edm.DateTime | False | The date/time when the entity was created in CCP | UTC timezone | |||
| RegistrationDateTime* | Edm.DateTime | False | The registration date/time of the entity | ||||
| LastUpdatedUsername | Edm.String | False | The username of the user that did the last update on the entity | ||||
| CreatorUsername | Edm.String | False | The username of the user that created the entity | ||||
| 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. | |||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.Interfaces.ITracable is logically deleted. |
|
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| AssignedTransporter | Transporter | 0..1 | The transporter that is going to deliver the service | |
| OwnerTransporter | Transporter | 0..1 | The owner of this item | |
| Driver | Driver | 0..1 | The driver that is going to execute the shift | |
| Vehicle | Vehicle | 0..1 | The vehicle that is going to be used for the shift | |
| Establishment | Establishment | * | ||
| TimetableGroup | TimetableGroup | * | ||
| TimetableItemTemplate | TimetableItemTemplate | * | ||
| VehicleCapacity | VehicleCapacity | * | The required configuration for this item | |
| VehicleSummary | VehicleSummary | * | The vehicle that is going to be used for the shift | |
| VehicleType | VehicleType | * | The required vehicle type for this item |