GET Api/VW_PARCEL_MANAGE_VIEW
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VW_PARCEL_MANAGE_VIEW| Name | Description | Type | Additional information |
|---|---|---|---|
| PARCEL_ID | integer |
None. |
|
| PARCEL_NR | integer |
None. |
|
| PARCEL_LTR | string |
None. |
|
| PARCEL_KEY | string |
None. |
|
| PROJECT_ID | integer |
None. |
|
| PROJECT_NUM | string |
None. |
|
| PROJECT_NAME | string |
None. |
|
| PRIORITY | string |
None. |
|
| PROP_ADDRESS | string |
None. |
|
| ACQ_TYPES | string |
None. |
|
| APRSL_AMT | integer |
None. |
|
| PARCEL_COLOR | string |
None. |
|
| PARCEL_STATUS | string |
None. |
|
| FINAL_SETTLE_AMT | integer |
None. |
|
| OWNER_NAME | string |
None. |
|
| IS_TO_BE_CNDM | string |
None. |
|
| IS_MAP_ACT | string |
None. |
|
| row_order | integer |
None. |
|
| PARCEL_ACCESS | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PARCEL_ID": 1,
"PARCEL_NR": 2,
"PARCEL_LTR": "sample string 3",
"PARCEL_KEY": "sample string 4",
"PROJECT_ID": 5,
"PROJECT_NUM": "sample string 6",
"PROJECT_NAME": "sample string 7",
"PRIORITY": "sample string 8",
"PROP_ADDRESS": "sample string 9",
"ACQ_TYPES": "sample string 10",
"APRSL_AMT": 1,
"PARCEL_COLOR": "sample string 11",
"PARCEL_STATUS": "sample string 12",
"FINAL_SETTLE_AMT": 13,
"OWNER_NAME": "sample string 14",
"IS_TO_BE_CNDM": "sample string 15",
"IS_MAP_ACT": "sample string 16",
"row_order": 1,
"PARCEL_ACCESS": "sample string 17"
}
text/xml
Sample:
<VW_PARCEL_MANAGE_VIEW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <ACQ_TYPES>sample string 10</ACQ_TYPES> <APRSL_AMT>1</APRSL_AMT> <FINAL_SETTLE_AMT>13</FINAL_SETTLE_AMT> <IS_MAP_ACT>sample string 16</IS_MAP_ACT> <IS_TO_BE_CNDM>sample string 15</IS_TO_BE_CNDM> <OWNER_NAME>sample string 14</OWNER_NAME> <PARCEL_ACCESS>sample string 17</PARCEL_ACCESS> <PARCEL_COLOR>sample string 11</PARCEL_COLOR> <PARCEL_ID>1</PARCEL_ID> <PARCEL_KEY>sample string 4</PARCEL_KEY> <PARCEL_LTR>sample string 3</PARCEL_LTR> <PARCEL_NR>2</PARCEL_NR> <PARCEL_STATUS>sample string 12</PARCEL_STATUS> <PRIORITY>sample string 8</PRIORITY> <PROJECT_ID>5</PROJECT_ID> <PROJECT_NAME>sample string 7</PROJECT_NAME> <PROJECT_NUM>sample string 6</PROJECT_NUM> <PROP_ADDRESS>sample string 9</PROP_ADDRESS> <row_order>1</row_order> </VW_PARCEL_MANAGE_VIEW>