DELETE Api/owner_parcel_Xref/Delete?parcel_id={parcel_id}&owner_id={owner_id}&userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parcel_id | integer |
Required |
|
| owner_id | integer |
Required |
|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PARCEL_OWNER_XREF| Name | Description | Type | Additional information |
|---|---|---|---|
| PARCEL_ID | integer |
None. |
|
| OWNER_ID | integer |
None. |
|
| IS_PRIMARY | boolean |
None. |
|
| PARCEL | PARCEL |
None. |
|
| OWNER_LOG | Collection of OWNER_LOG |
None. |
|
| OWNER | OWNER |
None. |
Response Formats
application/json, text/json
Sample:
{
"PARCEL_ID": 1,
"OWNER_ID": 2,
"IS_PRIMARY": true
}
text/xml
Sample:
<PARCEL_OWNER_XREF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <IS_PRIMARY>true</IS_PRIMARY> <OWNER_ID>2</OWNER_ID> <PARCEL_ID>1</PARCEL_ID> </PARCEL_OWNER_XREF>