MovementScheduleSummary
Namespace: CCPEntities
Summary
No summary yetRead Only
This object is read onlySyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
MovementScheduleId* | Edm.Int32 | False | true | |||
| DayOfWeekName | Edm.String | False | The day(s) of week at which the movement schedule has to be carried out | ||||
| MovementScopeName | MovementScope | False |
Indicates if the movement schedule should be called a "To"-trip (from home "to" a location where the Traveler will stay that day) or a "Return" (returning from the location back to home at the end of the day). |
||||
| Time | Edm.DateTime | False | The time at which the Traveler needs to picked up or to dropped off. | ||||
| TimeTypeName | TimeType | False |
The meaning of the Time-property. Can be eiher Pickup or Arrival time. In case of a mutation (ParentId filled in), the property can also have the value Absent, indicating that the traveler should not be transported during the mutation. |
||||
| WeekTypeName | Edm.String | False | The type of recurrence at which the movement schedule is valid | ||||
| CreatorUsername | Edm.String | False | The username of the user that created the movement schedule | ||||
| LastUpdatedUsername | Edm.String | False | The username of the user that did the last update on the movement schedule | ||||
| ValidFrom* | Edm.DateTime | False | The date as of the movement schedule is valid | ||||
| ValidUntil* | Edm.DateTime | False | The date until (and including) the movement schedule is valid | ||||
| Approved* | Edm.Boolean | False | Indicates wheter the movement schedule has been approved | ||||
| LastUpdated | Edm.DateTime | False | The date/time in UTC when the record was created or updated | ||||
| Deleted* | Edm.Boolean | False | Indicates if the record has been logically deleted | ||||
| CostCenter | Edm.String | False | The description of the cost center that is associated with the trip (e.g. for billing purposes) | ||||
| CompanyName | Edm.String | False | The name of the Transporter that is responsible for carrying out the movement schedule | ||||
| FirstName | Edm.String | False | The first name of the Traveler to which this movement schedule applies | ||||
| NamePrefix | Edm.String | False | The prefix name of the Traveler to which this movement schedule applies | ||||
| LastName | Edm.String | False | The last name of the Traveler to which this movement schedule applies | ||||
| PickUpLocationDescription | Edm.String | False | The description of the pickup location when PickUpLocationId is filled | ||||
| DropOffLocationDescription | Edm.String | False | The description of the dropOff location when DropOffLocationId is filled | ||||
| ContractorId | Edm.Int32 | False | A possible contractor for which the movement schedule is made | ||||
| TravelerId* | Edm.Int32 | False | The traveler for which the movement schedule is made | ||||
| TransporterId* | Edm.Int32 | False | The transporter that is responsible for carrying out the movement schedule | ||||
| CostCenterId | Edm.Int32 | False | The cost center that is associated with the trip (e.g. for billing purposes) | ||||
| PickUpLocationId | Edm.Int32 | False | The location where the traveler has to be picked up (overrides PickUp.Address) | ||||
| DropOffLocationId | Edm.Int32 | False | The location where the traveler has to be dropped off (overrides DropOff.Address) | ||||
| PickUp | MovementScheduleFragment | False | Information related to the pick up point of the Traveler | ||||
| DropOff | MovementScheduleFragment | False | Information related to the drop off point of the Traveler |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Contractor | Contractor | * | A possible contractor for which the movement schedule is made | |
| DropOffLocation | Location | * | The location where the traveler has to be dropped off (overrides DropOff.Address) | |
| Indications | Indication | * | Possible indications that come ontop of the Travelers' indications for this specific movement schedule. | |
| PickUpLocation | Location | * | The location where the traveler has to be picked up (overrides PickUp.Address) | |
| Transporter | Transporter | * | The transporter that is responsible for carrying out the movement schedule | |
| Traveler | Traveler | * | The Traveler to which this movement schedule applies |