DELETE residentapi/committees/{id}
Soft deletes a committee
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PropertyCommitteeDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| C4UID |
C4UID |
string |
Required |
| ConnectPropertyId |
ConnectPropertyId |
integer |
Required |
| ConnectCommitteeId |
ConnectCommitteeId |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"c4UID": "sample string 1",
"connectPropertyId": 2,
"connectCommitteeId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.