GET Api/VW_RPT_UNSETTLED_PARCELS/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VW_RPT_UNSETTLED_PARCELS
NameDescriptionTypeAdditional information
ID1

integer

None.

PARCEL_KEY

string

None.

TAX_ID_NR

string

None.

PROP_ADDRESS

string

None.

PROP_CITY

string

None.

OFFER_MADE_DT

date

None.

AGENT_DEADLINE_DT

date

None.

PROJECT_NAME

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID1": 1,
  "PARCEL_KEY": "sample string 2",
  "TAX_ID_NR": "sample string 3",
  "PROP_ADDRESS": "sample string 4",
  "PROP_CITY": "sample string 5",
  "OFFER_MADE_DT": "2026-04-03T22:41:34.4308339+00:00",
  "AGENT_DEADLINE_DT": "2026-04-03T22:41:34.4308339+00:00",
  "PROJECT_NAME": "sample string 6"
}

text/xml

Sample:
<VW_RPT_UNSETTLED_PARCELS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <AGENT_DEADLINE_DT>2026-04-03T22:41:34.4308339+00:00</AGENT_DEADLINE_DT>
  <ID1>1</ID1>
  <OFFER_MADE_DT>2026-04-03T22:41:34.4308339+00:00</OFFER_MADE_DT>
  <PARCEL_KEY>sample string 2</PARCEL_KEY>
  <PROJECT_NAME>sample string 6</PROJECT_NAME>
  <PROP_ADDRESS>sample string 4</PROP_ADDRESS>
  <PROP_CITY>sample string 5</PROP_CITY>
  <TAX_ID_NR>sample string 3</TAX_ID_NR>
</VW_RPT_UNSETTLED_PARCELS>