DataView
Data value information
organizationCodestringrequired
Organization code
Example:
ORG123propertyCodestringrequired
Property code
Example:
SURFACEvalue
Data value (type depends on the property)
Example:
150.5rawValuestringrequired
Raw string representation of the value
Example:
150.5holderCodestringrequired
Holder code
Example:
ASSET456holderTypestringrequired
Type of holder
Possible values: [ASSET, LEASE, CONTRACT, PARTIAL, UNKNOWN]
Example:
BUILDINGsource objectrequired
Source information
detailsstringrequired
Source details
Example:
Manually enteredtypestringrequired
Source type
Example:
USERvaluestringrequired
Source value
Example:
Manually enteredsourceDocumentUidstring | nullnullable
Source document id when applicable (DOCUMENT)
Example:
185b19bd-cd1c-45ed-8f92-6b1641c72d0cinterval objectrequired
Validity interval of the data
effectiveDatestring<date>required
Date when the data becomes valid
expirationDatestring<date>required
Date when the data ceases to be valid
idinteger<int64>required
Unique identifier of the data
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": "2024-07-29",
"expirationDate": "2024-07-29"
},
"id": 42
}