PUT residentapi/board/users/{id}
Updates a user who is a part of the board committee
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UserCommitteBoardCreate| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId |
CWS Property Id. |
integer |
Required |
| UserId |
Cws User Id. |
integer |
Required |
| StartDate |
StartDate. Board Member start date |
date |
Required |
| ExpirationDate |
ExpirationDate. Board Member expiration date |
date |
Required |
Request Formats
application/json, text/json
Sample:
{
"propertyId": 1,
"userId": 1,
"startDate": "2025-12-24T09:12:47.5882349-05:00",
"expirationDate": "2025-12-24T09:12:47.5882349-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.