GET Api/leaseLog/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LEASE_LOG| Name | Description | Type | Additional information |
|---|---|---|---|
| LEASE_LOG_ID | integer |
None. |
|
| LEASE_HOLDER_ID | integer |
None. |
|
| PARCEL_ID | integer |
None. |
|
| CONTACT_DT | date |
None. |
|
| NAME_OF_PERSON_CONTACTED | string |
None. |
|
| CONTACT_TYPE_ID | integer |
None. |
|
| NOTES | string |
None. |
|
| AGENT_REP | string |
None. |
|
| LEASE_HOLDER | LEASE_HOLDER |
None. |
|
| LU_CONTACT_TYPE | LU_CONTACT_TYPE |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LEASE_LOG_ID": 1,
"LEASE_HOLDER_ID": 2,
"PARCEL_ID": 3,
"CONTACT_DT": "2026-04-03T15:56:48.1099487+00:00",
"NAME_OF_PERSON_CONTACTED": "sample string 4",
"CONTACT_TYPE_ID": 1,
"NOTES": "sample string 5",
"AGENT_REP": "sample string 6"
},
{
"LEASE_LOG_ID": 1,
"LEASE_HOLDER_ID": 2,
"PARCEL_ID": 3,
"CONTACT_DT": "2026-04-03T15:56:48.1099487+00:00",
"NAME_OF_PERSON_CONTACTED": "sample string 4",
"CONTACT_TYPE_ID": 1,
"NOTES": "sample string 5",
"AGENT_REP": "sample string 6"
}
]
text/xml
Sample:
<ArrayOfLEASE_LOG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
<LEASE_LOG>
<AGENT_REP>sample string 6</AGENT_REP>
<CONTACT_DT>2026-04-03T15:56:48.1099487+00:00</CONTACT_DT>
<CONTACT_TYPE_ID>1</CONTACT_TYPE_ID>
<LEASE_HOLDER_ID>2</LEASE_HOLDER_ID>
<LEASE_LOG_ID>1</LEASE_LOG_ID>
<NAME_OF_PERSON_CONTACTED>sample string 4</NAME_OF_PERSON_CONTACTED>
<NOTES>sample string 5</NOTES>
<PARCEL_ID>3</PARCEL_ID>
</LEASE_LOG>
<LEASE_LOG>
<AGENT_REP>sample string 6</AGENT_REP>
<CONTACT_DT>2026-04-03T15:56:48.1099487+00:00</CONTACT_DT>
<CONTACT_TYPE_ID>1</CONTACT_TYPE_ID>
<LEASE_HOLDER_ID>2</LEASE_HOLDER_ID>
<LEASE_LOG_ID>1</LEASE_LOG_ID>
<NAME_OF_PERSON_CONTACTED>sample string 4</NAME_OF_PERSON_CONTACTED>
<NOTES>sample string 5</NOTES>
<PARCEL_ID>3</PARCEL_ID>
</LEASE_LOG>
</ArrayOfLEASE_LOG>