DataView
Data value information
organizationCodestringrequired
Organization code
Default value:
Example:
ORG123propertyCodestringrequired
Property code
Default value:
Example:
SURFACEvaluenull
Data value (type depends on the property)
Default value:
Example:
150.5rawValuestringrequired
Raw string representation of the value
Default value:
Example:
150.5holderCodestringrequired
Holder code
Default value:
Example:
ASSET456holderTypestringrequired
Type of holder
Possible values: [ASSET, LEASE, CONTRACT, PARTIAL, UNKNOWN]
Default value:
Example:
BUILDINGsource objectrequired
Source information
detailsstringrequired
Source details
Default value:
Example:
Manually enteredtypestringrequired
Source type
Default value:
Example:
USERvaluestringrequired
Source value
Default value:
Example:
Manually enteredsourceDocumentUidstring | nullnullable
Source document id when applicable (DOCUMENT)
Default value:
Example:
185b19bd-cd1c-45ed-8f92-6b1641c72d0cinterval objectrequired
Validity interval of the data
effectiveDatedaterequired
Date when the data becomes valid
Default value:
expirationDatedaterequired
Date when the data ceases to be valid
Default value:
idint64required
Unique identifier of the data
Default value:
Example:
42DataView
{
"organizationCode": "ORG123",
"propertyCode": "SURFACE",
"value": 150.5,
"rawValue": "150.5",
"holderCode": "ASSET456",
"holderType": "BUILDING",
"source": {
"details": "Manually entered",
"type": "USER",
"value": "Manually entered",
"sourceDocumentUid": "185b19bd-cd1c-45ed-8f92-6b1641c72d0c"
},
"interval": {
"effectiveDate": "",
"expirationDate": ""
},
"id": 42
}