GET Api/VW_RPT_LEASE_LOG/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VW_RPT_LEASE_LOG| Name | Description | Type | Additional information |
|---|---|---|---|
| ID1 | integer |
None. |
|
| ID2 | integer |
None. |
|
| PARCEL_KEY | string |
None. |
|
| LEASE_HOLDER_NAME | string |
None. |
|
| LEASE_HOLDER_PRIMARY_PHONE | string |
None. |
|
| LEASE_HOLDER_EMAIL | string |
None. |
|
| CONTACT_DT | date |
None. |
|
| GOT_AGENT_REP | string |
None. |
|
| NAME_OF_PERSON_CONTACTED | string |
None. |
|
| CONTACT_TYPE | string |
None. |
|
| NOTES | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID1": 1,
"ID2": 2,
"PARCEL_KEY": "sample string 3",
"LEASE_HOLDER_NAME": "sample string 4",
"LEASE_HOLDER_PRIMARY_PHONE": "sample string 5",
"LEASE_HOLDER_EMAIL": "sample string 6",
"CONTACT_DT": "2026-04-03T22:38:51.4187698+00:00",
"GOT_AGENT_REP": "sample string 7",
"NAME_OF_PERSON_CONTACTED": "sample string 8",
"CONTACT_TYPE": "sample string 9",
"NOTES": "sample string 10"
}
text/xml
Sample:
<VW_RPT_LEASE_LOG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <CONTACT_DT>2026-04-03T22:38:51.4187698+00:00</CONTACT_DT> <CONTACT_TYPE>sample string 9</CONTACT_TYPE> <GOT_AGENT_REP>sample string 7</GOT_AGENT_REP> <ID1>1</ID1> <ID2>2</ID2> <LEASE_HOLDER_EMAIL>sample string 6</LEASE_HOLDER_EMAIL> <LEASE_HOLDER_NAME>sample string 4</LEASE_HOLDER_NAME> <LEASE_HOLDER_PRIMARY_PHONE>sample string 5</LEASE_HOLDER_PRIMARY_PHONE> <NAME_OF_PERSON_CONTACTED>sample string 8</NAME_OF_PERSON_CONTACTED> <NOTES>sample string 10</NOTES> <PARCEL_KEY>sample string 3</PARCEL_KEY> </VW_RPT_LEASE_LOG>