Request Information

URI Parameters

None.

Body Parameters

The leasehold.

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.

Request 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"
}

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"}

application/xml, text/xml

Sample:
<Leasehold xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created leasehold.

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"
}

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"}

application/xml, text/xml

Sample:
<Leasehold xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <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>

application/vnd.api+json

Sample:

Sample not available.