POST api/groups/{groupid}/members/{memberid}/memberotherstatuses
Posts a new MemberOtherStatus.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid | integer |
Required |
|
| memberid | integer |
Required |
Body Parameters
MemberOtherStatusModel to add.
MemberOtherStatusModel| Name | 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, 3, 4, 5, 6, 7, or 8 |
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. |
Request Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 8",
"id": 9,
"memberNo": 2,
"otherStatusNo": 4,
"effectiveDate": "2025-12-09T20:10:53.0396657-06:00",
"effectiveEndDate": "2025-12-09T20:10:53.0396657-06:00",
"inactive": true,
"otherStatusNumber": 7
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The newly added MemberOtherStatus object.
MemberOtherStatusModel| Name | 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, 3, 4, 5, 6, 7, or 8 |
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-12-09T20:10:53.0396657-06:00",
"effectiveEndDate": "2025-12-09T20:10:53.0396657-06:00",
"inactive": true,
"otherStatusNumber": 7
}