GET Api/VW_RPT_SPECIAL_PROVISION/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VW_RPT_SPECIAL_PROVISION
NameDescriptionTypeAdditional information
ID1

integer

None.

ID2

integer

None.

PARCEL_KEY

string

None.

OWNER_NAME

string

None.

STATUS_NOTES

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID1": 1,
  "ID2": 2,
  "PARCEL_KEY": "sample string 3",
  "OWNER_NAME": "sample string 4",
  "STATUS_NOTES": "sample string 5"
}

text/xml

Sample:
<VW_RPT_SPECIAL_PROVISION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <ID1>1</ID1>
  <ID2>2</ID2>
  <OWNER_NAME>sample string 4</OWNER_NAME>
  <PARCEL_KEY>sample string 3</PARCEL_KEY>
  <STATUS_NOTES>sample string 5</STATUS_NOTES>
</VW_RPT_SPECIAL_PROVISION>