Skip to main content

ContractViewV3

assets 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>
  • ]
  • buildingCodesstring[]
    codestring
    data object
    property name* object[]
  • Array [
  • endDatestring
    holderCodestring
    property object
    codestring
    holderCategoriesstring[]
    holderTypestring
    namestring
    temporalitystring
    typestring
    sourcestring
    startDatestring
    value
  • ]
  • deadlinesstring[]
    effectiveDatestring
    endDatestring
    noticeinteger<int32>
    organizationCodestring
    stakeholders object[]
  • Array [
  • codestring
    namestring
  • ]
  • terminationDatestring
    type object
    codestring
    names object[]
  • Array [
  • pluralstring
    singularstring
  • ]
  • typestring
    ContractViewV3
    {
    "assets": [
    {
    "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
    }
    }
    ],
    "buildingCodes": [
    "string"
    ],
    "code": "string",
    "data": {},
    "deadlines": [
    "string"
    ],
    "effectiveDate": "string",
    "endDate": "string",
    "notice": 0,
    "organizationCode": "string",
    "stakeholders": [
    {
    "code": "string",
    "name": "string"
    }
    ],
    "terminationDate": "string",
    "type": {
    "code": "string",
    "names": [
    {
    "plural": "string",
    "singular": "string"
    }
    ],
    "type": "string"
    }
    }