GET api/Lease/{leasenumber}/version/{leaseversion}/RentRoll

Single Rent roll detail, steps, and options by Lease Number and Lease Version

Request Information

Parameters

NameDescriptionAdditional information
leasenumber
Lease Number

Define this parameter in the request URI.

leaseversion
Lease Version

Define this parameter in the request URI.

Response Information

RentRollDetailsDTO

Response body formats

application/json, text/json

Sample:
{
  "RentRoll": {
    "BuID": "sample string 1",
    "UnitNumber": "sample string 2",
    "UnitSqFT": 1,
    "LeaseNumber": 1,
    "LeaseVersion": 1,
    "TenantName": "sample string 3",
    "TenantNumber": 1,
    "LeaseBeginDate": "2024-12-02T18:14:08.0868198+00:00",
    "LeaseEndDate": "2024-12-02T18:14:08.0868198+00:00",
    "BaseRentPSF": 1.0,
    "CAMPSF": 1.0,
    "TAXPSF": 1.0,
    "INSPSF": 1.0,
    "OtherChargesPSF": 1.0,
    "LeaseStatus": "sample string 4",
    "CSSFlag": "sample string 5",
    "PriorRent": 1.0,
    "ParentName": "sample string 6",
    "TenantULIcode": "sample string 7"
  },
  "RentSteps": [
    {
      "BeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "EndDate": "2024-12-02T18:14:08.0868198+00:00",
      "RentPSF": 1.0
    },
    {
      "BeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "EndDate": "2024-12-02T18:14:08.0868198+00:00",
      "RentPSF": 1.0
    },
    {
      "BeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "EndDate": "2024-12-02T18:14:08.0868198+00:00",
      "RentPSF": 1.0
    }
  ],
  "RentStepsHistory": [
    {
      "BeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "EndDate": "2024-12-02T18:14:08.0868198+00:00",
      "RentPSF": 1.0
    },
    {
      "BeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "EndDate": "2024-12-02T18:14:08.0868198+00:00",
      "RentPSF": 1.0
    },
    {
      "BeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "EndDate": "2024-12-02T18:14:08.0868198+00:00",
      "RentPSF": 1.0
    }
  ],
  "Options": [
    {
      "NotificationDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionDescription": "sample string 1",
      "BaseRentPSF": 1.0,
      "RentType": "sample string 2",
      "OptionBeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionEndDate": "2024-12-02T18:14:08.0868198+00:00"
    },
    {
      "NotificationDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionDescription": "sample string 1",
      "BaseRentPSF": 1.0,
      "RentType": "sample string 2",
      "OptionBeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionEndDate": "2024-12-02T18:14:08.0868198+00:00"
    },
    {
      "NotificationDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionDescription": "sample string 1",
      "BaseRentPSF": 1.0,
      "RentType": "sample string 2",
      "OptionBeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionEndDate": "2024-12-02T18:14:08.0868198+00:00"
    }
  ],
  "OptionsHistory": [
    {
      "NotificationDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionDescription": "sample string 1",
      "BaseRentPSF": 1.0,
      "RentType": "sample string 2",
      "OptionBeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionEndDate": "2024-12-02T18:14:08.0868198+00:00"
    },
    {
      "NotificationDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionDescription": "sample string 1",
      "BaseRentPSF": 1.0,
      "RentType": "sample string 2",
      "OptionBeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionEndDate": "2024-12-02T18:14:08.0868198+00:00"
    },
    {
      "NotificationDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionDescription": "sample string 1",
      "BaseRentPSF": 1.0,
      "RentType": "sample string 2",
      "OptionBeginDate": "2024-12-02T18:14:08.0868198+00:00",
      "OptionEndDate": "2024-12-02T18:14:08.0868198+00:00"
    }
  ]
}

text/javascript

Sample:
{"RentRoll":{"BuID":"sample string 1","UnitNumber":"sample string 2","UnitSqFT":1,"LeaseNumber":1,"LeaseVersion":1,"TenantName":"sample string 3","TenantNumber":1,"LeaseBeginDate":"2024-12-02T18:14:08.0868198+00:00","LeaseEndDate":"2024-12-02T18:14:08.0868198+00:00","BaseRentPSF":1.0,"CAMPSF":1.0,"TAXPSF":1.0,"INSPSF":1.0,"OtherChargesPSF":1.0,"LeaseStatus":"sample string 4","CSSFlag":"sample string 5","PriorRent":1.0,"ParentName":"sample string 6","TenantULIcode":"sample string 7"},"RentSteps":[{"BeginDate":"2024-12-02T18:14:08.0868198+00:00","EndDate":"2024-12-02T18:14:08.0868198+00:00","RentPSF":1.0},{"BeginDate":"2024-12-02T18:14:08.0868198+00:00","EndDate":"2024-12-02T18:14:08.0868198+00:00","RentPSF":1.0},{"BeginDate":"2024-12-02T18:14:08.0868198+00:00","EndDate":"2024-12-02T18:14:08.0868198+00:00","RentPSF":1.0}],"RentStepsHistory":[{"BeginDate":"2024-12-02T18:14:08.0868198+00:00","EndDate":"2024-12-02T18:14:08.0868198+00:00","RentPSF":1.0},{"BeginDate":"2024-12-02T18:14:08.0868198+00:00","EndDate":"2024-12-02T18:14:08.0868198+00:00","RentPSF":1.0},{"BeginDate":"2024-12-02T18:14:08.0868198+00:00","EndDate":"2024-12-02T18:14:08.0868198+00:00","RentPSF":1.0}],"Options":[{"NotificationDate":"2024-12-02T18:14:08.0868198+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.0868198+00:00","OptionEndDate":"2024-12-02T18:14:08.0868198+00:00"},{"NotificationDate":"2024-12-02T18:14:08.0868198+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.0868198+00:00","OptionEndDate":"2024-12-02T18:14:08.0868198+00:00"},{"NotificationDate":"2024-12-02T18:14:08.0868198+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.0868198+00:00","OptionEndDate":"2024-12-02T18:14:08.0868198+00:00"}],"OptionsHistory":[{"NotificationDate":"2024-12-02T18:14:08.0868198+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.0868198+00:00","OptionEndDate":"2024-12-02T18:14:08.0868198+00:00"},{"NotificationDate":"2024-12-02T18:14:08.0868198+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.0868198+00:00","OptionEndDate":"2024-12-02T18:14:08.0868198+00:00"},{"NotificationDate":"2024-12-02T18:14:08.0868198+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.0868198+00:00","OptionEndDate":"2024-12-02T18:14:08.0868198+00:00"}]}