GET Api/sub_priority_Xref/GetBy?parcel_id={parcel_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parcel_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VW_PARCEL_SUB_PRIORITY_XREF| Name | Description | Type | Additional information |
|---|---|---|---|
| PARCEL_ID | integer |
None. |
|
| SUB_PRIORITY_ID | integer |
None. |
|
| SUB_PRIORITY | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PARCEL_ID": 1,
"SUB_PRIORITY_ID": 2,
"SUB_PRIORITY": "sample string 3"
}
text/xml
Sample:
<VW_PARCEL_SUB_PRIORITY_XREF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <PARCEL_ID>1</PARCEL_ID> <SUB_PRIORITY>sample string 3</SUB_PRIORITY> <SUB_PRIORITY_ID>2</SUB_PRIORITY_ID> </VW_PARCEL_SUB_PRIORITY_XREF>