PATCH api/groups/{groupid}/members/{memberid}/memberotherstatuses/{id}?otherStatusNumber={otherStatusNumber}
Patches an existing MemberOtherStatus.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
The ID of the group to which the member and other status belong |
integer |
Required |
memberid |
The ID of the member to update the status for. |
integer |
Required |
id |
The ID of the MemberOtherStatus to update. |
integer |
Required |
otherStatusNumber |
The number of the other status to update. Values of 1, 2 and 3 are valid. |
integer |
Required |
Body Parameters
The JSON Patch document containing the changes.
JsonPatchDocumentName | Description | Type | Additional information |
---|---|---|---|
Operations | Collection of Operation |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/json-patch+json
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the updated MemberOtherStatus model if successful; otherwise, returns an error message.
MemberOtherStatusModelName | Description | Type | Additional information |
---|---|---|---|
MemberNo |
Gets or sets the id of the member that this other status is assigned to. |
integer |
None. |
OtherStatusNo |
Gets or sets the id of the other status to assign to this MemberOtherStatus. Valid values can be looked up by group in the OtherStatus endpoint. |
integer |
None. |
EffectiveDate |
Gets or sets the effective date of the status. |
date |
None. |
EffectiveEndDate |
Gets or sets the end date of the effective status. |
date |
None. |
Inactive |
Gets or sets a value indicating whether the status is inactive. |
boolean |
None. |
OtherStatusNumber |
This field indicates whether the status is a 1, 2 or 3 |
integer |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 8", "id": 9, "memberNo": 2, "otherStatusNo": 4, "effectiveDate": "2025-05-30T20:50:53.6500995-05:00", "effectiveEndDate": "2025-05-30T20:50:53.6500995-05:00", "inactive": true, "otherStatusNumber": 7 }