GET api/Lease/{leasenumber}/RentOptionsHistory?leaseversion={leaseversion}

Queryable collection of Rent Options by Lease Number and Lease Version

Request Information

Parameters

NameDescriptionAdditional information
leasenumber

Define this parameter in the request URI.

leaseversion

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "NotificationDate": "2024-12-02T18:14:08.6494264+00:00",
    "OptionDescription": "sample string 1",
    "BaseRentPSF": 1.0,
    "RentType": "sample string 2",
    "OptionBeginDate": "2024-12-02T18:14:08.6494264+00:00",
    "OptionEndDate": "2024-12-02T18:14:08.6494264+00:00"
  },
  {
    "NotificationDate": "2024-12-02T18:14:08.6494264+00:00",
    "OptionDescription": "sample string 1",
    "BaseRentPSF": 1.0,
    "RentType": "sample string 2",
    "OptionBeginDate": "2024-12-02T18:14:08.6494264+00:00",
    "OptionEndDate": "2024-12-02T18:14:08.6494264+00:00"
  },
  {
    "NotificationDate": "2024-12-02T18:14:08.6494264+00:00",
    "OptionDescription": "sample string 1",
    "BaseRentPSF": 1.0,
    "RentType": "sample string 2",
    "OptionBeginDate": "2024-12-02T18:14:08.6494264+00:00",
    "OptionEndDate": "2024-12-02T18:14:08.6494264+00:00"
  }
]

text/javascript

Sample:
[{"NotificationDate":"2024-12-02T18:14:08.6494264+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.6494264+00:00","OptionEndDate":"2024-12-02T18:14:08.6494264+00:00"},{"NotificationDate":"2024-12-02T18:14:08.6494264+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.6494264+00:00","OptionEndDate":"2024-12-02T18:14:08.6494264+00:00"},{"NotificationDate":"2024-12-02T18:14:08.6494264+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-12-02T18:14:08.6494264+00:00","OptionEndDate":"2024-12-02T18:14:08.6494264+00:00"}]

text/csv

Sample: