Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 2.67 KB

DataType.md

File metadata and controls

75 lines (53 loc) · 2.67 KB

DataType

Properties

Name Type Description Notes
typeValueRange TypeValueRangeEnum The available values are: Open, Closed
id ResourceId
displayName String
description String
valueType ValueTypeEnum The available values are: String, Int, Decimal, DateTime, Boolean, Map, List, PropertyArray, Percentage, Code, Id, Uri, CurrencyAndAmount, TradePrice, Currency, MetricValue, ResourceId, ResultValue, CutLocalTime, DateOrCutLabel, UnindexedText
acceptableValues List<String> [optional]
unitSchema UnitSchemaEnum The available values are: NoUnits, Basic, Iso4217Currency [optional]
acceptableUnits List<IUnitDefinitionDto> [optional]
referenceData ReferenceData [optional]
version Version [optional]
href URI The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. [optional]
stagedModifications StagedModificationsInfo [optional]
links List<Link> [optional]

Enum: TypeValueRangeEnum

Name Value
OPEN "Open"
CLOSED "Closed"

Enum: ValueTypeEnum

Name Value
STRING "String"
INT "Int"
DECIMAL "Decimal"
DATETIME "DateTime"
BOOLEAN "Boolean"
MAP "Map"
LIST "List"
PROPERTYARRAY "PropertyArray"
PERCENTAGE "Percentage"
CODE "Code"
ID "Id"
URI "Uri"
CURRENCYANDAMOUNT "CurrencyAndAmount"
TRADEPRICE "TradePrice"
CURRENCY "Currency"
METRICVALUE "MetricValue"
RESOURCEID "ResourceId"
RESULTVALUE "ResultValue"
CUTLOCALTIME "CutLocalTime"
DATEORCUTLABEL "DateOrCutLabel"
UNINDEXEDTEXT "UnindexedText"

Enum: UnitSchemaEnum

Name Value
NOUNITS "NoUnits"
BASIC "Basic"
ISO4217CURRENCY "Iso4217Currency"

Back to Model listBack to API listBack to README