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

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

RentOptionsDTO

Response body formats

application/json, text/json

Sample:
[
  {
    "NotificationDate": "2024-11-26T09:37:23.9440615+00:00",
    "OptionDescription": "sample string 1",
    "BaseRentPSF": 1.0,
    "RentType": "sample string 2",
    "OptionBeginDate": "2024-11-26T09:37:23.9440615+00:00",
    "OptionEndDate": "2024-11-26T09:37:23.9440615+00:00"
  },
  {
    "NotificationDate": "2024-11-26T09:37:23.9440615+00:00",
    "OptionDescription": "sample string 1",
    "BaseRentPSF": 1.0,
    "RentType": "sample string 2",
    "OptionBeginDate": "2024-11-26T09:37:23.9440615+00:00",
    "OptionEndDate": "2024-11-26T09:37:23.9440615+00:00"
  },
  {
    "NotificationDate": "2024-11-26T09:37:23.9440615+00:00",
    "OptionDescription": "sample string 1",
    "BaseRentPSF": 1.0,
    "RentType": "sample string 2",
    "OptionBeginDate": "2024-11-26T09:37:23.9440615+00:00",
    "OptionEndDate": "2024-11-26T09:37:23.9440615+00:00"
  }
]

text/javascript

Sample:
[{"NotificationDate":"2024-11-26T09:37:23.9440615+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-11-26T09:37:23.9440615+00:00","OptionEndDate":"2024-11-26T09:37:23.9440615+00:00"},{"NotificationDate":"2024-11-26T09:37:23.9440615+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-11-26T09:37:23.9440615+00:00","OptionEndDate":"2024-11-26T09:37:23.9440615+00:00"},{"NotificationDate":"2024-11-26T09:37:23.9440615+00:00","OptionDescription":"sample string 1","BaseRentPSF":1.0,"RentType":"sample string 2","OptionBeginDate":"2024-11-26T09:37:23.9440615+00:00","OptionEndDate":"2024-11-26T09:37:23.9440615+00:00"}]

text/csv

Sample: