GET Api/VW_RPT_PARCEL_ISSUE/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VW_RPT_PARCEL_ISSUE
NameDescriptionTypeAdditional information
ID1

integer

None.

PARCEL_KEY

string

None.

OWNER_NAME

string

None.

PROP_ADDRESS

string

None.

RQ_DT

date

None.

OUTSTANDING_ITEMS

string

None.

ACTION_ITEM_FOR

string

None.

IS_SPECIAL_PROVISION

boolean

None.

STATUS_NOTES

string

None.

COMP_REQUESTS_DT

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ID1": 1,
  "PARCEL_KEY": "sample string 2",
  "OWNER_NAME": "sample string 3",
  "PROP_ADDRESS": "sample string 4",
  "RQ_DT": "2026-04-03T22:41:49.2125275+00:00",
  "OUTSTANDING_ITEMS": "sample string 5",
  "ACTION_ITEM_FOR": "sample string 6",
  "IS_SPECIAL_PROVISION": true,
  "STATUS_NOTES": "sample string 7",
  "COMP_REQUESTS_DT": "2026-04-03T22:41:49.2125275+00:00"
}

text/xml

Sample:
<VW_RPT_PARCEL_ISSUE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <ACTION_ITEM_FOR>sample string 6</ACTION_ITEM_FOR>
  <COMP_REQUESTS_DT>2026-04-03T22:41:49.2125275+00:00</COMP_REQUESTS_DT>
  <ID1>1</ID1>
  <IS_SPECIAL_PROVISION>true</IS_SPECIAL_PROVISION>
  <OUTSTANDING_ITEMS>sample string 5</OUTSTANDING_ITEMS>
  <OWNER_NAME>sample string 3</OWNER_NAME>
  <PARCEL_KEY>sample string 2</PARCEL_KEY>
  <PROP_ADDRESS>sample string 4</PROP_ADDRESS>
  <RQ_DT>2026-04-03T22:41:49.2125275+00:00</RQ_DT>
  <STATUS_NOTES>sample string 7</STATUS_NOTES>
</VW_RPT_PARCEL_ISSUE>