ContractParameterValue
Namespace: CCPEntities
Summary
ContractParameterValues contain de values of the parameters linked tot the contract. ContractParameter only contains the definition of the parameter. This entity contains the actual value.
Syncable
This object is syncable
Properties
|
|
Name
|
Type
|
FixedLength
|
MaxLength/Range
|
Identity
|
Summary
|
Value
|
|
ContractParameterValueId*
|
Edm.Int32
|
False
|
|
true
|
|
|
|
|
ContractParameterId*
|
Edm.Int32
|
False
|
|
|
Contains the id of the parameter linked to this value
|
|
|
|
ContractId*
|
Edm.Int32
|
False
|
|
|
Contains the id of the contract where the parameter of this value is included
|
|
|
|
TravelerId
|
Edm.Int32
|
False
|
|
|
Optional id of the traveler. It's possible to override certain parameters with traveler specific values.
|
|
|
|
Value*
|
Edm.String
|
False
|
8192
|
|
The actual value of the parameter. The type is based on the ParameterType of the ContractParameter.
|
|
|
|
Deleted*
|
Edm.Boolean
|
False
|
|
|
|
|
|
|
LastUpdated
|
Edm.DateTime
|
False
|
|
|
|
|
Properties marked with a * are required
Additional Information
No additional information found