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

History rent steps from maple

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:
[
  {
    "BeginDate": "2024-12-02T18:14:08.3681408+00:00",
    "EndDate": "2024-12-02T18:14:08.3681408+00:00",
    "RentPSF": 1.0
  },
  {
    "BeginDate": "2024-12-02T18:14:08.3681408+00:00",
    "EndDate": "2024-12-02T18:14:08.3681408+00:00",
    "RentPSF": 1.0
  },
  {
    "BeginDate": "2024-12-02T18:14:08.3681408+00:00",
    "EndDate": "2024-12-02T18:14:08.3681408+00:00",
    "RentPSF": 1.0
  }
]

text/javascript

Sample:
[{"BeginDate":"2024-12-02T18:14:08.3681408+00:00","EndDate":"2024-12-02T18:14:08.3681408+00:00","RentPSF":1.0},{"BeginDate":"2024-12-02T18:14:08.3681408+00:00","EndDate":"2024-12-02T18:14:08.3681408+00:00","RentPSF":1.0},{"BeginDate":"2024-12-02T18:14:08.3681408+00:00","EndDate":"2024-12-02T18:14:08.3681408+00:00","RentPSF":1.0}]

text/csv

Sample: