PUT api/regionalMemberVisibility/{regionID}/{teammemberID}
Puts the regional visible.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
regionID |
The region identifier. |
integer |
Required |
teammemberID |
The teammember identifier. |
integer |
Required |
Body Parameters
The RMV.
RegionalMemberVisibilityName | Description | Type | Additional information |
---|---|---|---|
visible |
Gets or sets a value indicating whether this is visible. |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "visible": true }
text/html
Sample:
{"visible":true}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RBRegionalTeamAlignmentName | Description | Type | Additional information |
---|---|---|---|
RBRegionalTeamAlignmentID | integer |
None. |
|
teammemberID | integer |
None. |
|
regionalID | integer |
None. |
|
teammemberIndex | integer |
None. |
|
createdDate | date |
None. |
|
modifieddDate | date |
None. |
|
isActive | boolean |
None. |
|
archived | boolean |
None. |
|
visible | boolean |
None. |
|
createdBY | string |
None. |
|
modifiedBY | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RBRegionalTeamAlignmentID": 1, "teammemberID": 1, "regionalID": 1, "teammemberIndex": 1, "createdDate": "2025-06-24T13:31:53.2264793-04:00", "modifieddDate": "2025-06-24T13:31:53.2264793-04:00", "isActive": true, "archived": true, "visible": true, "createdBY": "sample string 2", "modifiedBY": "sample string 3" }
text/html
Sample:
{"RBRegionalTeamAlignmentID":1,"teammemberID":1,"regionalID":1,"teammemberIndex":1,"createdDate":"2025-06-24T13:31:53.2264793-04:00","modifieddDate":"2025-06-24T13:31:53.2264793-04:00","isActive":true,"archived":true,"visible":true,"createdBY":"sample string 2","modifiedBY":"sample string 3"}