LeaseView
buildingCodestring
buildingsCodesstring[]
codestring
deadlinesstring[]
effectiveDatestring
expirationDatestring
leaseData object
property name* object[]
Array [
effectiveDatestring
expirationDatestring
sourcestring
value
]
noticeInMonthsinteger<int32>
stakeholders object[]
Array [
codestring
namestring
]
tenantstringdeprecated
usages object[]
Array [
areanumber<double>
assetCodestring
currentRentnumber<double>
effectiveDatestring
expirationDatestring
initialRentnumber<double>
rent object
currentRent object
effectiveDatestring
expirationDatestring
rentnumber<double>
history object[]
Array [
effectiveDatestring
expirationDatestring
rentnumber<double>
]
initialRentnumber<double>
]
LeaseView
{
"buildingCode": "string",
"buildingsCodes": [
"string"
],
"code": "string",
"deadlines": [
"string"
],
"effectiveDate": "string",
"expirationDate": "string",
"leaseData": {},
"noticeInMonths": 0,
"stakeholders": [
{
"code": "string",
"name": "string"
}
],
"usages": [
{
"area": 0,
"assetCode": "string",
"currentRent": 0,
"effectiveDate": "string",
"expirationDate": "string",
"initialRent": 0,
"rent": {
"currentRent": {
"effectiveDate": "string",
"expirationDate": "string",
"rent": 0
},
"history": [
{
"effectiveDate": "string",
"expirationDate": "string",
"rent": 0
}
],
"initialRent": 0
}
}
]
}