Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

propertyId

The property identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of leaseholds.

Collection of Nano.Leasehold
NameDescriptionTypeAdditional information
leaseDate

Gets or sets the lease date.

string

None.

leaseExpirationDate

Gets or sets the lease expiration date.

string

None.

leaseholderName

Gets or sets the name of the leaseholder.

string

None.

leaseInstrumentNumber

Gets or sets the lease instrument number.

string

None.

leaseRecordDate

Gets or sets the lease record date.

string

None.

id

Gets or sets the leasehold identifier.

integer

None.

property

Gets or sets the property identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "leaseDate": "sample String 1",
    "leaseExpirationDate": "sample String 2",
    "leaseholderName": "sample String 3",
    "leaseInstrumentNumber": "sample String 4",
    "leaseRecordDate": "sample String 5",
    "id": "6",
    "property": "7"
  },
  {
    "leaseDate": "sample String 1",
    "leaseExpirationDate": "sample String 2",
    "leaseholderName": "sample String 3",
    "leaseInstrumentNumber": "sample String 4",
    "leaseRecordDate": "sample String 5",
    "id": "6",
    "property": "7"
  }
]

text/html

Sample:
[{"leaseDate":"sample String 1","leaseExpirationDate":"sample String 2","leaseholderName":"sample String 3","leaseInstrumentNumber":"sample String 4","leaseRecordDate":"sample String 5","id":"6","property":"7"},{"leaseDate":"sample String 1","leaseExpirationDate":"sample String 2","leaseholderName":"sample String 3","leaseInstrumentNumber":"sample String 4","leaseRecordDate":"sample String 5","id":"6","property":"7"}]

application/xml, text/xml

Sample:
<ArrayOfLeasehold xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Leasehold>
    <LeaseDate>sample String 1</LeaseDate>
    <LeaseExpirationDate>sample String 2</LeaseExpirationDate>
    <LeaseholderName>sample String 3</LeaseholderName>
    <LeaseInstrumentNumber>sample String 4</LeaseInstrumentNumber>
    <LeaseRecordDate>sample String 5</LeaseRecordDate>
    <LeaseholdId>6</LeaseholdId>
    <PropertyId>7</PropertyId>
  </Leasehold>
  <Leasehold>
    <LeaseDate>sample String 1</LeaseDate>
    <LeaseExpirationDate>sample String 2</LeaseExpirationDate>
    <LeaseholderName>sample String 3</LeaseholderName>
    <LeaseInstrumentNumber>sample String 4</LeaseInstrumentNumber>
    <LeaseRecordDate>sample String 5</LeaseRecordDate>
    <LeaseholdId>6</LeaseholdId>
    <PropertyId>7</PropertyId>
  </Leasehold>
</ArrayOfLeasehold>

application/vnd.api+json

Sample:

Sample not available.