Skip to main content

DataView

Data value information

organizationCodestringrequired

Organization code

Example: ORG123
propertyCodestringrequired

Property code

Example: SURFACE
value

Data value (type depends on the property)

Example: 150.5
rawValuestringrequired

Raw string representation of the value

Example: 150.5
holderCodestringrequired

Holder code

Example: ASSET456
holderTypestringrequired

Type of holder

Possible values: [ASSET, LEASE, CONTRACT, PARTIAL, UNKNOWN]

Example: BUILDING
source objectrequired

Source information

detailsstringrequired

Source details

Example: Manually entered
typestringrequired

Source type

Example: USER
valuestringrequired

Source value

Example: Manually entered
sourceDocumentUidstring | nullnullable

Source document id when applicable (DOCUMENT)

Example: 185b19bd-cd1c-45ed-8f92-6b1641c72d0c
interval 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: 42
DataView
{
"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
}