PlanningCalculationProfile
Namespace: CCPEntities
Summary
The Calculation profile to set specific settings for a ContractSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
PlanningCalculationProfileId* | Edm.Int32 | False | true | The planning calculation profile identifier. | ||
| Name | Edm.String | False | 75 | The name of the PlanningCalculationProfile | |||
| OwnerTransporterId | Edm.Int32 | False | |||||
| OwnerContractorId | Edm.Int32 | False | |||||
| ServiceDurationPickUp* | Edm.Int32 | False | The service duration per traveler in seconds when picking up | ||||
| ServiceDurationDropOff* | Edm.Int32 | False | The service duration per traveler in seconds when dropping off | ||||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.Establishment is logically deleted. | ||||
| LastUpdated | Edm.DateTime | False |
A timestamp (in UTC) of the last update of the entity in CCP. Check this property in order to know if you are in sync with CCP. |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| IndicationServiceDurations | IndicationServiceDuration | * | Gets the service time that is required when a traveler has an indication. | |
| OwnerContractor | Transporter | * | The owner contractor, either this or the OwnerTransporter has to be filled | |
| OwnerTransporter | Transporter | * | The owner transporter, either this or the OwnerContractor has to be filled |