DELETE Api/owner/Delete?id={id}&userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| userId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OWNER| Name | Description | Type | Additional information |
|---|---|---|---|
| OWNER_ID | integer |
None. |
|
| OWNER_NAME | string |
None. |
|
| OWNER_CO | string |
None. |
|
| OWNER_ADDRESS1 | string |
None. |
|
| OWNER_ADDRESS2 | string |
None. |
|
| OWNER_CITY | string |
None. |
|
| OWNER_STATE | string |
None. |
|
| OWNER_ZIP | string |
None. |
|
| OWNER_PRIMARY_PHONE | string |
None. |
|
| OWNER_SECONDARY_PHONE | string |
None. |
|
| OWNER_EMAIL | string |
None. |
|
| OWNER_NOTES | string |
None. |
|
| PARCEL_OWNER_XREF | Collection of PARCEL_OWNER_XREF |
None. |
Response Formats
application/json, text/json
Sample:
{
"OWNER_ID": 1,
"OWNER_NAME": "sample string 2",
"OWNER_CO": "sample string 3",
"OWNER_ADDRESS1": "sample string 4",
"OWNER_ADDRESS2": "sample string 5",
"OWNER_CITY": "sample string 6",
"OWNER_STATE": "sample string 7",
"OWNER_ZIP": "sample string 8",
"OWNER_PRIMARY_PHONE": "sample string 9",
"OWNER_SECONDARY_PHONE": "sample string 10",
"OWNER_EMAIL": "sample string 11",
"OWNER_NOTES": "sample string 12"
}
text/xml
Sample:
<OWNER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <OWNER_ADDRESS1>sample string 4</OWNER_ADDRESS1> <OWNER_ADDRESS2>sample string 5</OWNER_ADDRESS2> <OWNER_CITY>sample string 6</OWNER_CITY> <OWNER_CO>sample string 3</OWNER_CO> <OWNER_EMAIL>sample string 11</OWNER_EMAIL> <OWNER_ID>1</OWNER_ID> <OWNER_NAME>sample string 2</OWNER_NAME> <OWNER_NOTES>sample string 12</OWNER_NOTES> <OWNER_PRIMARY_PHONE>sample string 9</OWNER_PRIMARY_PHONE> <OWNER_SECONDARY_PHONE>sample string 10</OWNER_SECONDARY_PHONE> <OWNER_STATE>sample string 7</OWNER_STATE> <OWNER_ZIP>sample string 8</OWNER_ZIP> </OWNER>