Skip to main content

DataView

Data value information

organizationCodestringrequired

Organization code

Default value:
Example: ORG123
propertyCodestringrequired

Property code

Default value:
Example: SURFACE
valuenull

Data value (type depends on the property)

Default value:
Example: 150.5
rawValuestringrequired

Raw string representation of the value

Default value:
Example: 150.5
holderCodestringrequired

Holder code

Default value:
Example: ASSET456
holderTypestringrequired

Type of holder

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

Default value:
Example: BUILDING
source objectrequired

Source information

detailsstringrequired

Source details

Default value:
Example: Manually entered
typestringrequired

Source type

Default value:
Example: USER
valuestringrequired

Source value

Default value:
Example: Manually entered
sourceDocumentUidstring | nullnullable

Source document id when applicable (DOCUMENT)

Default value:
Example: 185b19bd-cd1c-45ed-8f92-6b1641c72d0c
interval 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: 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": "",
"expirationDate": ""
},
"id": 42
}