GET api/Maple/BaseRent/Scheduled/{buid}/{startyear}/{endyear}
Collection of Maple Scheduled Base Rent by Month for a given shopping center
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
buid | Business Unit ID |
Define this parameter in the request URI. |
startyear | Starting year to get base rent for |
Define this parameter in the request URI. |
endyear | Ending year to get base rent for |
Define this parameter in the request URI. |
Response Information
MapleBaseRentDTO
Response body formats
application/json, text/json
Sample:
[ { "Month": 1, "Year": 2, "BaseRent": 3 }, { "Month": 1, "Year": 2, "BaseRent": 3 }, { "Month": 1, "Year": 2, "BaseRent": 3 } ]
text/javascript
Sample:
[{"Month":1,"Year":2,"BaseRent":3},{"Month":1,"Year":2,"BaseRent":3},{"Month":1,"Year":2,"BaseRent":3}]
text/csv
Sample: