GET Api/VW_RPT_PARCEL_ACCESS/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VW_RPT_PARCEL_ACCESS| Name | Description | Type | Additional information |
|---|---|---|---|
| ID1 | integer |
None. |
|
| ORDERID | integer |
None. |
|
| PROJECT_NAME | string |
None. |
|
| PARCEL_KEY | string |
None. |
|
| PARCEL_STATUS | string |
None. |
|
| Priority | string |
None. |
|
| OWNER_NAME | string |
None. |
|
| Parcel_Access | string |
None. |
|
| PARCEL_ACCESS_OBTAIN_DT | date |
None. |
|
| PARCEL_ACCESS_NOTES | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID1": 1,
"ORDERID": 2,
"PROJECT_NAME": "sample string 3",
"PARCEL_KEY": "sample string 4",
"PARCEL_STATUS": "sample string 5",
"Priority": "sample string 6",
"OWNER_NAME": "sample string 7",
"Parcel_Access": "sample string 8",
"PARCEL_ACCESS_OBTAIN_DT": "2026-04-03T22:40:12.3156177+00:00",
"PARCEL_ACCESS_NOTES": "sample string 9"
}
text/xml
Sample:
<VW_RPT_PARCEL_ACCESS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <ID1>1</ID1> <ORDERID>2</ORDERID> <OWNER_NAME>sample string 7</OWNER_NAME> <PARCEL_ACCESS_NOTES>sample string 9</PARCEL_ACCESS_NOTES> <PARCEL_ACCESS_OBTAIN_DT>2026-04-03T22:40:12.3156177+00:00</PARCEL_ACCESS_OBTAIN_DT> <PARCEL_KEY>sample string 4</PARCEL_KEY> <PARCEL_STATUS>sample string 5</PARCEL_STATUS> <PROJECT_NAME>sample string 3</PROJECT_NAME> <Parcel_Access>sample string 8</Parcel_Access> <Priority>sample string 6</Priority> </VW_RPT_PARCEL_ACCESS>