GET Api/VW_OWNER_LOG

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VW_OWNER_LOG
NameDescriptionTypeAdditional information
OWNER_LOG_ID

integer

None.

OWNER_ID

integer

None.

PARCEL_ID

integer

None.

OWNER_NAME

string

None.

CONTACT_DT

date

None.

AGENT_REP

string

None.

NAME_OF_PERSON_CONTACTED

string

None.

CONTACT_TYPE

string

None.

NOTES

string

None.

Response Formats

application/json, text/json

Sample:
{
  "OWNER_LOG_ID": 1,
  "OWNER_ID": 2,
  "PARCEL_ID": 3,
  "OWNER_NAME": "sample string 4",
  "CONTACT_DT": "2026-04-03T22:37:30.1029161+00:00",
  "AGENT_REP": "sample string 5",
  "NAME_OF_PERSON_CONTACTED": "sample string 6",
  "CONTACT_TYPE": "sample string 7",
  "NOTES": "sample string 8"
}

text/xml

Sample:
<VW_OWNER_LOG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <AGENT_REP>sample string 5</AGENT_REP>
  <CONTACT_DT>2026-04-03T22:37:30.1029161+00:00</CONTACT_DT>
  <CONTACT_TYPE>sample string 7</CONTACT_TYPE>
  <NAME_OF_PERSON_CONTACTED>sample string 6</NAME_OF_PERSON_CONTACTED>
  <NOTES>sample string 8</NOTES>
  <OWNER_ID>2</OWNER_ID>
  <OWNER_LOG_ID>1</OWNER_LOG_ID>
  <OWNER_NAME>sample string 4</OWNER_NAME>
  <PARCEL_ID>3</PARCEL_ID>
</VW_OWNER_LOG>