PUT residentapi/committees/{id}
Updates a Property Committee
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
(Required) ConnectCommitteeId |
integer |
Required |
Body Parameters
PropertyCommitteeUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| C4UID |
C4UID. Needed to figure out the market that this committee belongs to. |
string |
Required |
| ConnectPropertyId |
ConnectPropertyId. Needed to figure out which cws property that this committee belongs to |
integer |
Required |
| ConnectCommitteeId |
ConnectCommitteeId. CommitteeId from connect application |
integer |
Required |
| Name |
Name. Name of the committee |
string |
Required |
| Description |
Description. Description of the committee |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"c4UID": "sample string 1",
"connectPropertyId": 2,
"connectCommitteeId": 3,
"name": "sample string 4",
"description": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.