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

Queryable collection of Rent Steps 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

RentStepsDTO

Response body formats

application/json, text/json

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

text/javascript

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

text/csv

Sample: