PUT residentapi/board/users/{id}

Updates a user who is a part of the board committee

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

UserCommitteBoardCreate
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.