GET api/Maple/RentSteps/{id}
Single Maple Rent Step by Rent Step ID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Lease Rent Step ID |
Define this parameter in the request URI. |
Response Information
MapleRentStepDTO
Response body formats
application/json, text/json
Sample:
{ "LeaseRentStepsID": "7c64e15b-7634-478a-88ec-58a4d6e03a1e", "LeaseID": "1d1ce5fa-f551-497a-bb2b-ea1350820cc7", "StepStartDate": "2024-11-26T09:37:07.8151253+00:00", "StepEndDate": "2024-11-26T09:37:07.8151253+00:00", "StepRentPSF": 1.0, "IsPercent": true, "GrowthNumber": 1.0, "GrowthFrequency": 1, "IsRentReduction": true }
text/javascript
Sample:
{"LeaseRentStepsID":"7c64e15b-7634-478a-88ec-58a4d6e03a1e","LeaseID":"1d1ce5fa-f551-497a-bb2b-ea1350820cc7","StepStartDate":"2024-11-26T09:37:07.8151253+00:00","StepEndDate":"2024-11-26T09:37:07.8151253+00:00","StepRentPSF":1.0,"IsPercent":true,"GrowthNumber":1.0,"GrowthFrequency":1,"IsRentReduction":true}